aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/gtk-contained.css
diff options
context:
space:
mode:
authorHorst31802015-11-22 02:53:32 +0100
committerHorst31802015-11-22 02:53:32 +0100
commit0a51e28bf93bb37ad2b6f43837df4b9fa1268f9e (patch)
tree47e905709c57d1da284db8d8284ee91eae0e4a51 /common/gtk-3.0/3.16/gtk-contained.css
parent91f2ff972180f1e367ec213c5618350ab7f556d4 (diff)
downloadsolarc-theme-0a51e28bf93bb37ad2b6f43837df4b9fa1268f9e.tar.gz
solarc-theme-0a51e28bf93bb37ad2b6f43837df4b9fa1268f9e.tar.xz
solarc-theme-0a51e28bf93bb37ad2b6f43837df4b9fa1268f9e.zip
fix 1px transparent line in Nautilus
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained.css')
-rw-r--r--common/gtk-3.0/3.16/gtk-contained.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css
index 0a78047..915cd8e 100644
--- a/common/gtk-3.0/3.16/gtk-contained.css
+++ b/common/gtk-3.0/3.16/gtk-contained.css
@@ -3801,6 +3801,10 @@ NemoWindow.background > GtkGrid > GtkPaned > .pane-separator,
MarlinViewWindow.background > GtkBox > GtkPaned > .pane-separator {
background-color: rgba(53, 57, 69, 0.95); }
+/*Fix 1px transparent line at the bottom of the Nautilus window*/
+NautilusListView.vertical {
+ background-color: #ffffff; }
+
GtkFileChooserDialog.background.csd, GtkFileChooserDialog.background {
background-color: rgba(53, 57, 69, 0.95); }