diff options
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained-darker.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-contained-darker.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained-darker.css b/common/gtk-3.0/3.18/gtk-contained-darker.css index a0c51e4..e4f0c92 100644 --- a/common/gtk-3.0/3.18/gtk-contained-darker.css +++ b/common/gtk-3.0/3.18/gtk-contained-darker.css @@ -2520,6 +2520,14 @@ GtkPlacesSidebar.sidebar .list-row.activatable { .sidebar-item.needs-attention > GtkLabel { background-size: 6px 6px, 0 0; } +GtkPlacesView .server-list-button > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(0turn); } + +GtkPlacesView .server-list-button:checked > GtkImage { + transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); + -gtk-icon-transform: rotate(-0.5turn); } + GtkPaned { -GtkPaned-handle-size: 1; -gtk-icon-source: none; |