diff options
author | raveit65 <[email protected]> | 2016-03-02 10:08:36 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-02 10:08:36 +0100 |
commit | db24ae3c21ccf2591ccc152fb8fd2023625508d1 (patch) | |
tree | 5a14ef4c46dee48bee42266daba83f3a07fecb31 | |
parent | 1146bb634380458b15ce6b7363336949dcde4b10 (diff) | |
download | mate-themes-db24ae3c21ccf2591ccc152fb8fd2023625508d1.tar.bz2 mate-themes-db24ae3c21ccf2591ccc152fb8fd2023625508d1.tar.xz |
GTK+-3.20 Blue-Submarine: some minor corrections
- clean upmore deprecation
- fix a typo for caja-desktop.view
- replace .scrollbars-junction with scrolledwindow junction
4 files changed, 6 insertions, 6 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css index 4e3c1e3b..81b19630 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css @@ -285,7 +285,6 @@ EogScrollView, /* Eog */ CheeseThumbView /* Cheese */ { background-color: @chrome_bg_color; - -EogScrollView-shadow-type: none; } .documents-counter { diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 08590063..c5a80ee5 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3574,7 +3574,8 @@ checkbutton:checked:focus:hover:active { checkbutton.text-button,
radiobutton.text-button {
padding: 1px;
- outline-offset: 0; }
+ outline-offset: 0;
+}
/***************
* Header bars *
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 3c6b0549..9f5656fd 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -256,9 +256,9 @@ /* EelEditableLabel (icon labels) */ .caja-navigation-window .view .entry, -.caja-navigation-window .view .entry:focus -.caja-desktop .entry, -.caja-desktop .entry:focus { +.caja-navigation-window .view .entry:focus, +.caja-desktop.view .entry, +.caja-desktop.view .entry:focus { border-image: none; border-style: solid; border-width: 1px; diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css b/desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css index 93a15143..cde68eb2 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css @@ -20,7 +20,7 @@ scrollbar { /* the small square between scrollbars!!! no borders with background-image */ -.scrollbars-junction { +scrolledwindow junction { background-image: linear-gradient(to bottom, shade(@theme_bg_color, 1.05), shade(@theme_bg_color, 1.05)); |