mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Exclude dropdown items from night mode style
Makes dropdown menu look cleaner. :not() selector did not work because the color selector button would be affected for some reason.
This commit is contained in:
parent
7cb20b3a9f
commit
ef476b8fe3
1 changed files with 6 additions and 0 deletions
|
@ -53,3 +53,9 @@
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
color: #e5e5e5;
|
color: #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.dropdown-item {
|
||||||
|
background: none;
|
||||||
|
box-shadow: none;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue