diff options
author | raveit65 <[email protected]> | 2015-09-04 22:28:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-04 22:28:53 +0200 |
commit | 5c8d94c52ad3fbed16ea9038097f2c69066a02d1 (patch) | |
tree | 5e35ef77549a7cec85670fa5ebeb70b7a0c7b251 /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 4018e0a7a0468b71958fede16e94e2c1a14f3ac7 (diff) | |
download | mate-themes-5c8d94c52ad3fbed16ea9038097f2c69066a02d1.tar.bz2 mate-themes-5c8d94c52ad3fbed16ea9038097f2c69066a02d1.tar.xz |
Gtk+-3.18 all themes: fix GtkDialog again !!!! thanks gtk+ devs!
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css b/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css index 48a9f034..81f99356 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css @@ -19,23 +19,29 @@ } /* dialog open */ -.sidebar.list, -.sidebar.list .button { +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame GtkListBox.sidebar.list, +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row { background-color: @sidebar_background; } -.sidebar-revealer .sidebar-button.image-button.button { - background-color: transparent; - background-image: none; - box-shadow: none; +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row:selected { + border-radius: 6px; } -.sidebar.list .button { - padding: 5px 8px 5px 6px; +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-icon { + padding: 4px 8px 4px 6px; } -.sidebar.list .button .sidebar-label { - padding: 0px 8px; +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-label { + padding: 4px 0px 4px 1px; +} + +GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-button.image-button.button { + background-color: transparent; + background-image: none; + border-image:none; + box-shadow: none; + padding: 4px 12px 4px 0px; } .sidebar.view:selected, |