mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-11-21 21:16:00 -08:00
Fix #20 search entry color
This commit is contained in:
@@ -6,12 +6,20 @@ StEntry,
|
||||
padding: 8px;
|
||||
transition-duration: 100ms;
|
||||
border: 1px solid BORDER-SHADOW;
|
||||
background-color: SECTION-COLOR;
|
||||
color: TEXT-SECONDARY-COLOR;
|
||||
selection-background-color: ACCENT-COLOR;
|
||||
selected-color: TEXT-PRIMARY-COLOR;
|
||||
}
|
||||
|
||||
StEntry {
|
||||
background-color: ACCENT-DISABLED-COLOR;
|
||||
}
|
||||
|
||||
.search-entry {
|
||||
background-color: SECTION-COLOR;
|
||||
|
||||
}
|
||||
|
||||
/* icon in entry */
|
||||
StEntry StLabel {
|
||||
color: TEXT-PRIMARY-COLOR;
|
||||
|
||||
Reference in New Issue
Block a user