- Fix panel black border
- Fix white panel button in overview/unlock screen
- Fix dark background in quick toggle menu
- Fix white color in screenshot buttons
- Fix white color in page navigation arrow
This commit is contained in:
Vladyslav Hroshev
2023-04-30 10:50:58 +03:00
parent d36799e94a
commit fa14db5bf9
4 changed files with 14 additions and 4 deletions
+7
View File
@@ -3,6 +3,7 @@
background-color: BACKGROUND-COLOR;
height: 38px;
font-size: 14px;
box-shadow: none;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen {
@@ -58,6 +59,12 @@
background-color: ACCENT-DISABLED_HOVER;
}
#panel.unlock-screen .panel-button,
#panel.login-screen .panel-button,
#panel:overview .panel-button {
color: TEXT-PRIMARY-COLOR !important;
}
#panel .power-status.panel-status-indicators-box {
font-size: 12px;
}