diff options
author | Horst3180 | 2015-10-21 19:34:48 +0200 |
---|---|---|
committer | Horst3180 | 2015-10-21 19:35:39 +0200 |
commit | 3afcf368bc9fb24a15c9fbd6eb1b188ce11e6acb (patch) | |
tree | 9d21535f757315b344361b4918869493883fee7d /common/gtk-3.0/3.18/gtk-contained.css | |
parent | 7c80b3474d231f61f3a906a5e540fee4f7fd4fc6 (diff) | |
download | solarc-theme-3afcf368bc9fb24a15c9fbd6eb1b188ce11e6acb.tar.gz solarc-theme-3afcf368bc9fb24a15c9fbd6eb1b188ce11e6acb.tar.xz solarc-theme-3afcf368bc9fb24a15c9fbd6eb1b188ce11e6acb.zip |
add workaround for Nemo rename entry
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-contained.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css index 3ad343c..0980d32 100644 --- a/common/gtk-3.0/3.18/gtk-contained.css +++ b/common/gtk-3.0/3.18/gtk-contained.css @@ -3040,6 +3040,9 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- NautilusListView .view { border-bottom: 1px solid #dbdfe3; } +NemoWindow EelEditableLabel.entry { + transition: none; } + NemoWindow .sidebar .frame { border-width: 0; } |