diff options
author | Horst3180 | 2016-05-28 18:16:14 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-28 18:16:14 +0200 |
commit | da9ce16f2c0d9f12fcae70120ce43f14514b866f (patch) | |
tree | 0decacfb040b4d852f9406aa0d70167e6de1aca4 /common/gtk-3.0/3.18/gtk-darker.css | |
parent | d02ab7ac91de4acc7988c71b71003e4becf8a891 (diff) | |
download | solarc-theme-da9ce16f2c0d9f12fcae70120ce43f14514b866f.tar.gz solarc-theme-da9ce16f2c0d9f12fcae70120ce43f14514b866f.tar.xz solarc-theme-da9ce16f2c0d9f12fcae70120ce43f14514b866f.zip |
gedit: fix subpixel-rendering in open-document-selector-treeview (fix #549)
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-darker.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css index 93ef024..83af4df 100644 --- a/common/gtk-3.0/3.18/gtk-darker.css +++ b/common/gtk-3.0/3.18/gtk-darker.css @@ -2785,7 +2785,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: rgba(0, 0, 0, 0.05); } + background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; background-color: #5294E2; } |