diff options
author | Horst3180 | 2015-06-18 10:29:02 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-18 10:29:02 +0200 |
commit | 9b3921849793300cfdbd314aca5080ed605c5294 (patch) | |
tree | 1c2fae029f9d224281eb0a88f50f4ea82f45fac2 /common/gtk-3.0/3.14/gtk-contained-solid-dark.css | |
parent | ed9f20eaf40c13bbb28bf1fca37509d182d7e6c4 (diff) | |
download | solarc-theme-9b3921849793300cfdbd314aca5080ed605c5294.tar.gz solarc-theme-9b3921849793300cfdbd314aca5080ed605c5294.tar.xz solarc-theme-9b3921849793300cfdbd314aca5080ed605c5294.zip |
some fixes
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-solid-dark.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained-solid-dark.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css index 6fcaf6f..f2156d3 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css @@ -2395,8 +2395,6 @@ TerminalWindow .notebook tab .active-page GtkLabel { color: rgba(207, 218, 231, 0.8); } TerminalWindow .notebook tab .active-page GtkLabel:backdrop { color: rgba(207, 218, 231, 0.5); } -TerminalWindow .notebook tab.reorderable-page.top:hover { - border-bottom-color: #1a1c20; } TerminalWindow .notebook tab.reorderable-page.top:active, TerminalWindow .notebook tab.reorderable-page.top:active:hover { background-color: #25282e; border-color: #1a1c20; } @@ -2414,7 +2412,8 @@ NautilusCanvasViewContainer.view .entry, NemoIconViewContainer .entry { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; } + color: #ffffff; + text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { color: #D3DAE3; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { |