mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
style: remove gradient colours on toolbar buttons
This commit is contained in:
+14
-3
@@ -661,9 +661,16 @@ td.colourBar {
|
|||||||
#container #content .uiButton {
|
#container #content .uiButton {
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
.dark {
|
||||||
|
#toolbar button.toggled,
|
||||||
|
#toolbar button.depressed {
|
||||||
|
background: #333333;
|
||||||
|
}
|
||||||
|
}
|
||||||
#toolbar button.toggled,
|
#toolbar button.toggled,
|
||||||
#toolbar button.depressed {
|
#toolbar button.depressed {
|
||||||
background: var(--better-main);
|
background: #f3f3f3;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
ul.buttonChecklist {
|
ul.buttonChecklist {
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
@@ -2696,11 +2703,15 @@ li.MessageList__unread___3imtO {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.calendar {
|
.calendar {
|
||||||
background: var(--better-main) !important;
|
background: var(--background-primary) !important;
|
||||||
color: var(--text-color) !important;
|
color: var(--text-primary) !important;
|
||||||
border-radius: 16px !important;
|
border-radius: 16px !important;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
|
||||||
|
&.container {
|
||||||
|
box-shadow: -2px 2px 30px 0px rgba(0,0,0,0.3) !important;
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user