mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-10-14 07:03:14 -07:00
Fixed quick toggle separator
This commit is contained in:
@@ -30,13 +30,15 @@
|
||||
/* toggles in QS */
|
||||
.quick-toggle, /* 43 */
|
||||
.quick-menu-toggle .quick-toggle, /* 44-47 */
|
||||
.quick-toggle-has-menu .quick-toggle{ /* 48+ */
|
||||
.quick-toggle-has-menu .quick-toggle { /* 48+ */
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
border-radius: 15px;
|
||||
background-color: ACCENT-DISABLED-COLOR;
|
||||
transition-duration: 100ms;
|
||||
}
|
||||
|
||||
.quick-toggle-has-menu .quick-toggle-separator { width: 0; } /* margins are set in below for backward compatibility */
|
||||
|
||||
/* toggle name */
|
||||
.quick-toggle .quick-toggle-label {
|
||||
font-weight: 600;
|
||||
|
Reference in New Issue
Block a user