1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-27 18:40:41 +12:00

Added black default color for popup buttons

On Linux Firefox with dark GTK theme, the three rightmost toolbar icons of the popup can be light gray, or even white some time, this fixes this issue.
This commit is contained in:
Llamatron2112 2016-08-03 12:02:29 +02:00 committed by GitHub
parent 83b342d4e4
commit e6bebd4775

View file

@ -104,6 +104,7 @@ body .toolbar button {
padding: 4px;
font: inherit;
background-color: white;
color: black;
opacity: 0.9;
cursor: pointer;
vertical-align: top;