aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
diff options
context:
space:
mode:
authorHorst31802015-07-16 22:04:26 +0200
committerHorst31802015-07-16 22:04:26 +0200
commit78c13218f1322ee8a8a0c10d169662eb4dbd2b42 (patch)
tree14d74e3b1e6b6afa05d1770252404b3daac2ce82 /common/gtk-3.0/3.14/gtk-contained-solid-dark.css
parentd21b205fc07d677063be6e6b257b7cad6de8d4c6 (diff)
downloadsolarc-theme-78c13218f1322ee8a8a0c10d169662eb4dbd2b42.tar.gz
solarc-theme-78c13218f1322ee8a8a0c10d169662eb4dbd2b42.tar.xz
solarc-theme-78c13218f1322ee8a8a0c10d169662eb4dbd2b42.zip
fix filechooser for non-csd winows
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.css15
1 files changed, 14 insertions, 1 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 4ebbdc1..e6d5c87 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
@@ -238,6 +238,19 @@ GtkFlowBox .grid-child {
box-shadow: 0 -1px 0 0 #5294E2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
+ .osd .entry {
+ color: #A8ADB5;
+ border-color: rgba(168, 173, 181, 0.3);
+ background-color: transparent;
+ background-image: linear-gradient(to bottom, rgba(48, 52, 59, 0.95)); }
+ .osd .entry:focus {
+ color: #5294E2;
+ border-color: #5294E2;
+ background-image: linear-gradient(to bottom, rgba(48, 52, 59, 0.95)); }
+ .osd .entry:insensitive {
+ color: #5c6069;
+ border-color: rgba(168, 173, 181, 0.2);
+ background-image: linear-gradient(to bottom, rgba(53, 57, 65, 0.95)); }
/***********
* Buttons *
@@ -3598,7 +3611,7 @@ NemoWindow .pane-separator,
MarlinViewWindow .pane-separator {
background-color: #2e3138; }
-GtkFileChooserDialog.background.csd {
+GtkFileChooserDialog.background.csd, GtkFileChooserDialog .background {
background-color: #454a54; }
GtkFileChooserDialog .sidebar {
background-color: transparent; }