diff options
author | lukefromdc <[email protected]> | 2016-03-01 00:29:53 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2016-03-01 00:29:53 -0500 |
commit | d1a8d7738eda6187ad489646eef774eb05a8c59b (patch) | |
tree | 6e927cd6a2a824e956c567468034957ce82d4978 /desktop-themes/Blue-Submarine | |
parent | 05200f0d08f162fe8029df80a7786fd45afd9fee (diff) | |
parent | b9eedcf69ef16d8b9f46a97328922abe83b01af7 (diff) | |
download | mate-themes-d1a8d7738eda6187ad489646eef774eb05a8c59b.tar.bz2 mate-themes-d1a8d7738eda6187ad489646eef774eb05a8c59b.tar.xz |
Merge pull request #10 from mate-desktop/master
merge master 3-1-2016
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 6 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 4 |
2 files changed, 8 insertions, 2 deletions
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 6d02492b..08590063 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -817,6 +817,7 @@ button.flat.toggle { /* ie. controls gnome-mplayer, virtual-manager */
button.flat.image-button,
+button.flat.image-button:focus,
button.flat.image-button:hover,
button.flat.scale {
padding: 4px;
@@ -2398,6 +2399,7 @@ toolbar toolbutton button.flat.toggle.popup:focus { }
+toolbar toolbutton button.flat.text-button:focus:hover,
toolbar toolbutton button.flat.toggle.popup:focus:hover,
toolbar toolitem combobox button.combo:hover {
background-image: -gtk-gradient (linear,
@@ -2410,6 +2412,10 @@ toolbar toolitem combobox button.combo:hover { inset 0px -1px shade(@selected_bg_color, 1.3);
}
+toolbar toolbutton button.flat.text-button:focus {
+ box-shadow: none;
+}
+
/********************
* Menubar Toolbars *
********************/
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 d5044bf2..3c6b0549 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -299,7 +299,7 @@ .mate-panel-menu-bar menubar, .mate-panel-menu-bar menuitem, #PanelApplet button, -PanelToplevel.background.horizontal { +PanelToplevel.background { background-color: transparent; background-image: none; border-color: transparent; @@ -310,7 +310,7 @@ PanelToplevel.background.horizontal { /* let's started */ /* the panel bar itself */ .mate-panel-menu-bar, -PanelToplevel.background.horizontal { +PanelToplevel.background { background-color: @theme_bg_dark_color; background-image: none; /* normal panel */ |