(CSS) Toolbar buttons are now always black on white independent of system theme

This commit is contained in:
Pierre Bondoerffer
2017-03-02 16:35:30 +01:00
parent fa59f1000e
commit e8a82c4c10
2 changed files with 2 additions and 0 deletions

View File

@@ -95,6 +95,7 @@
}
button {
color: #000;
background-color: inherit;
background-image: linear-gradient(to bottom,#fff,#e4e4e4);
border: 1px solid #A6A6A6;