diff options
author | raveit65 <[email protected]> | 2016-04-03 23:08:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-03 23:08:03 +0200 |
commit | 350f740fdf2eed1975f1c2fd78e68ceb6794b8de (patch) | |
tree | 674731ab2178957a62166b7344cae76c3ab87275 /desktop-themes | |
parent | 1bff79f5e22480eb9015bb1aed393ca94e5f8430 (diff) | |
download | mate-themes-350f740fdf2eed1975f1c2fd78e68ceb6794b8de.tar.bz2 mate-themes-350f740fdf2eed1975f1c2fd78e68ceb6794b8de.tar.xz |
GTK+-3.18 Menta themes: reduce border-radius of panel buttons
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 12 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 82bb43c1..310c2017 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -531,7 +531,7 @@ MatePanelApplet .button.flat:active:hover { border-image: none; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; text-shadow: none; -GtkWidget-window-dragging: true; padding: 4px 4px 4px 4px; @@ -547,7 +547,7 @@ MatePanelApplet .button.flat:hover { border-image: none; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; text-shadow: none; -GtkWidget-window-dragging: true; padding: 4px 4px 4px 4px; @@ -564,7 +564,7 @@ WnckTasklist .button { border-image: none; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; text-shadow: none; -GtkWidget-window-dragging: true; } @@ -581,7 +581,7 @@ WnckTasklist .button:active { border-image: none; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; text-shadow: none; -GtkWidget-window-dragging: true; } @@ -596,7 +596,7 @@ WnckTasklist .button.flat:hover { border-image: none; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; text-shadow: none; -GtkWidget-window-dragging: true; } @@ -609,7 +609,7 @@ WnckSelector.menubar .menuitem:hover { background-color: transparent; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; } /* set WnckSelector normal menuitem */ diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 719c0837..61e0376b 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -533,7 +533,7 @@ MatePanelApplet .button.flat:active:hover { border-image: none; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; text-shadow: none; -GtkWidget-window-dragging: true; padding: 4px 4px 4px 4px; @@ -549,7 +549,7 @@ MatePanelApplet .button.flat:hover { border-image: none; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; text-shadow: none; -GtkWidget-window-dragging: true; padding: 4px 4px 4px 4px; @@ -566,7 +566,7 @@ WnckTasklist .button { border-image: none; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; text-shadow: none; -GtkWidget-window-dragging: true; } @@ -583,7 +583,7 @@ WnckTasklist .button:active { border-image: none; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; text-shadow: none; -GtkWidget-window-dragging: true; } @@ -598,7 +598,7 @@ WnckTasklist .button.flat:hover { border-image: none; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; text-shadow: none; -GtkWidget-window-dragging: true; } @@ -611,7 +611,7 @@ WnckSelector.menubar .menuitem:hover { background-color: transparent; border-style: solid; border-width: 0px; - border-radius: 5px; + border-radius: 3px; } /* set WnckSelector normal menuitem */ |