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.16/sass | |
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.16/sass')
-rw-r--r-- | common/gtk-3.0/3.16/sass/_applications.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.16/sass/_applications.scss b/common/gtk-3.0/3.16/sass/_applications.scss index af9eb56..fe13fbc 100644 --- a/common/gtk-3.0/3.16/sass/_applications.scss +++ b/common/gtk-3.0/3.16/sass/_applications.scss @@ -141,6 +141,8 @@ $disk_space_free: darken($bg_color, 3%); // NemoIconViewContainer { @extend NautilusCanvasViewContainer.view } +NemoWindow EelEditableLabel.entry { transition: none; } // Workaround for invisible text in rename entry + NemoWindow .sidebar .frame { border-width: 0; } |