mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-25 04:36:37 -07:00
Fixes #6
- 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:
@@ -88,14 +88,16 @@
|
||||
background-color: TEXT-SECONDARY-COLOR;
|
||||
}
|
||||
|
||||
|
||||
/* page arrow */
|
||||
.page-navigation-arrow {
|
||||
border-radius: 99px;
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
transition-duration: 100ms;
|
||||
}
|
||||
|
||||
.page-navigation-arrow>StIcon {
|
||||
.page-navigation-arrow > StIcon {
|
||||
margin: 0;
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
}
|
||||
|
||||
.page-navigation-arrow:hover {
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -101,9 +101,9 @@
|
||||
}
|
||||
|
||||
.quick-toggle-menu {
|
||||
background-color: BACKGROUND-COLOR;
|
||||
background-color: BACKGROUND-COLOR !important;
|
||||
color: TEXT-PRIMARY-COLOR !important;
|
||||
border-radius: 20px;
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||
}
|
||||
|
||||
|
@@ -9,6 +9,7 @@
|
||||
|
||||
.screenshot-ui-show-pointer-button,
|
||||
.screenshot-ui-type-button {
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
border-radius: 15px;
|
||||
transition-duration: 100ms;
|
||||
}
|
||||
|
Reference in New Issue
Block a user