summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2021-09-18 00:12:49 -0400
committerraveit65 <[email protected]>2021-09-18 12:41:57 +0200
commit35fa82e781a66a76d1f6764305e9fdf452090e63 (patch)
tree382b68f9f923d76c294c76cfd5eb652e38418206
parenta3e97e2916d9c1d6d1094c5b8c72ddbd4138d4e8 (diff)
downloadmate-themes-35fa82e781a66a76d1f6764305e9fdf452090e63.tar.bz2
mate-themes-35fa82e781a66a76d1f6764305e9fdf452090e63.tar.xz
BlackMATE: fix issues with tasklist, charpick buttons
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css23
1 files changed, 14 insertions, 9 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
index 857b85ad..eac046fd 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -473,13 +473,13 @@ dictionary */
}
/*Wncklist */
-.mate-panel-menu-bar #tasklist-button {
+.mate-panel-menu-bar #PanelApplet button.flat.toggle {
transition: all 400ms ease-out;
padding: 2px;
border-radius: 3px;
border-width: 1px;
border-style: solid;
- border-color:transparent;
+ border-color: shade(@button_border, 1.1);
text-shadow: none;
color: @theme_fg_color;
background-image: none;
@@ -493,10 +493,8 @@ dictionary */
to (shade(@button_gradient_color_b, 0.7)));
*/
}
-.mate-panel-menu-bar #tasklist-button:checked:hover,
-.mate-panel-menu-bar #tasklist-button:checked,
-.mate-panel-menu-bar #tasklist-button:active:hover,
-.mate-panel-menu-bar #tasklist-button:active {
+.mate-panel-menu-bar #PanelApplet button.flat.toggle:checked,
+.mate-panel-menu-bar #PanelApplet button.flat.toggle:active {
border-radius: 3px;
color: @theme_fg_color;
border-style: solid;
@@ -506,8 +504,7 @@ dictionary */
shade(@button_gradient_color_a, 1.5));
}
-/* FIXME, this does not work anymore with >= gtk+-3.20 */
-.mate-panel-menu-bar button .button:hover {
+.mate-panel-menu-bar #PanelApplet button.flat.toggle:hover{
border-radius: 3px;
border-image: none;
border-style: solid;
@@ -555,13 +552,21 @@ dictionary */
shade(@theme_selected_bg_color, 0.5));
}
-#clock-applet-button,
+.mate-panel-menu-bar #PanelApplet #clock-applet-button,
.mate-panel-menu-bar.menubar,
MatePanelApplet > menubar {
font-style: normal;
font-weight: normal;
}
+/*Keep tasklist/charpick/etc borders off of clock applet*/
+.mate-panel-menu-bar #PanelApplet button#clock-applet-button.flat.toggle {
+ border-style: none;
+ border-image: none;
+ border-color: transparent;
+}
+
+
#clock-applet-button{
padding: 4px; /*any less and outlines touch text or get cut off */
}