(CSS) Toolbar buttons are now always black on white independent of system theme
parent
fa59f1000e
commit
e8a82c4c10
|
@ -95,6 +95,7 @@
|
|||
}
|
||||
|
||||
button {
|
||||
color: #000;
|
||||
background-color: inherit;
|
||||
background-image: linear-gradient(to bottom,#fff,#e4e4e4);
|
||||
border: 1px solid #A6A6A6;
|
||||
|
|
|
@ -164,6 +164,7 @@
|
|||
margin-right: 2px;
|
||||
}
|
||||
.cryptpad-toolbar button {
|
||||
color: #000;
|
||||
background-color: inherit;
|
||||
background-image: linear-gradient(to bottom, #fff, #e4e4e4);
|
||||
border: 1px solid #A6A6A6;
|
||||
|
|
Loading…
Reference in New Issue