Change background of attachment

This change makes the background of attachment render better on several
levels of gray background of a dark theme, using lighter gray and
transparency. Looks better (IMHO) on Arc Dark and still looks great on
Breeze Dark.
This commit is contained in:
Pierre de Villemereuil 2019-11-08 21:11:58 +01:00
parent 9ea4957791
commit e3c372cd99

View File

@ -74,7 +74,7 @@ div#headerbox div.theactionbigcell{
div#attachmentInjectionPoint div{ div#attachmentInjectionPoint div{
color: #FFFFFF; color: #FFFFFF;
background-color: #141414 !important; background-color: #30303050 !important;
padding: 3px; padding: 3px;
} }
div#attachmentInjectionPoint span{ div#attachmentInjectionPoint span{
@ -101,4 +101,4 @@ div#attachmentInjectionPoint div{
color: black !important; color: black !important;
background-color: white !important; background-color: white !important;
} }
} }