diff options
author | Horst3180 | 2015-10-24 13:25:40 +0200 |
---|---|---|
committer | Horst3180 | 2015-10-27 12:52:24 +0100 |
commit | 00c298a0de88df696f6c4fe96e66cf6c7d28ff64 (patch) | |
tree | f043620d94eb6fdc74b174650bea29cba2534692 /common/gtk-3.0/3.18/sass | |
parent | 6e9113718e9de0f64b2932b4eae1a09d49cd89a8 (diff) | |
download | solarc-theme-00c298a0de88df696f6c4fe96e66cf6c7d28ff64.tar.gz solarc-theme-00c298a0de88df696f6c4fe96e66cf6c7d28ff64.tar.xz solarc-theme-00c298a0de88df696f6c4fe96e66cf6c7d28ff64.zip |
gtkplacesview: rotate server list icon on toggled
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r-- | common/gtk-3.0/3.18/sass/_common.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index 0cd34b7..2ec50fa 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -2708,6 +2708,21 @@ GtkPlacesSidebar.sidebar { } // +// File chooser +// +GtkPlacesView { + .server-list-button > GtkImage { + transition: 200ms $ease-out-quad; + -gtk-icon-transform: rotate(0turn); + } + + .server-list-button:checked > GtkImage { + transition: 200ms $ease-out-quad; + -gtk-icon-transform: rotate(-0.5turn); + } +} + +// // Paned // GtkPaned { // this is for the standard paned separator |