1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2026-03-02 03:40:11 +00:00

gnome-shell: fix entries

This commit is contained in:
Horst3180
2016-03-30 20:30:06 +02:00
parent 1b58ca05f6
commit 7e7fd197b6
3 changed files with 18 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ stage {
StEntry {
padding: 7px;
caret-size: 1px;
caret-color: #D3DAE3;
selection-background-color: #5294E2;
selected-color: #ffffff;
transition-duration: 300ms;
@@ -1919,6 +1920,7 @@ StScrollBar {
spacing: 4px; }
.lg-dialog StEntry {
caret-color: #ffffff;
selection-background-color: #5294E2;
selected-color: #ffffff;
color: #BAC3CF;
@@ -1929,7 +1931,9 @@ StScrollBar {
color: #ffffff;
background-color: #5294E2;
border: 1px solid rgba(26, 28, 34, 0.35);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
selection-background-color: #ffffff;
selected-color: #5294E2; }
.lg-dialog .shell-link {
color: #a9caf1; }