summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-29 11:29:55 +0200
committerraveit65 <[email protected]>2018-03-29 11:33:34 +0200
commitcd484ae7707d95a2052b7e066483e90b51c5587b (patch)
tree1dcac5208e36b6419eb88eac6584bb37e02033fd
parent4bbaf841233f5e890743eaad657b4431ab0166d3 (diff)
downloadmate-themes-cd484ae7707d95a2052b7e066483e90b51c5587b.tar.bz2
mate-themes-cd484ae7707d95a2052b7e066483e90b51c5587b.tar.xz
All themes: some improvements for WebKitGtk2
partially fix for rhbz https://bugzilla.redhat.com/show_bug.cgi?id=1559045
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css3
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css3
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css2
8 files changed, 17 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 65a9eb06..cc0d823a 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -3549,6 +3549,8 @@ cell.check:selected:focus {
background-color: transparent;
border-width: 0px;
border-style: none;
+ min-height: 12px;
+ min-width: 12px;
}
check:hover,
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 ddb5c795..158e719b 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3954,6 +3954,8 @@ check:disabled,
radio:disabled {
background-color: transparent;
border-style: none;
+ min-height: 12px;
+ min-width: 12px;
}
/* move label to the right */
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 88755543..9f8a1644 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -1252,6 +1252,7 @@ button {
border-style: solid;
border-color: transparent;
text-shadow: 0 1px @button_text_shadow;
+ color: @theme_fg_color;
}
button.default {
@@ -3299,6 +3300,8 @@ radio:disabled {
check,
radio {
padding: 0px 6px 0px 0px;
+ min-height: 12px;
+ min-width: 12px;
}
checkbutton:hover,
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 463a94c5..2e811cec 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3957,6 +3957,8 @@ check:disabled,
radio:disabled {
background-color: transparent;
border-style: none;
+ min-height: 12px;
+ min-width: 12px;
}
/* move label to the right */
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 23016c6b..61ca028f 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -1827,6 +1827,7 @@ button {
border-radius: 3px;
border-width: 1px;
border-style: solid;
+ color: @theme_fg_color;
/*border-image is defined in gtk-widgets-assets.css*/
background-image: linear-gradient(to bottom,
@button_gradient_color_a,
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 7ec28145..5e28771c 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -1252,6 +1252,7 @@ button {
border-style: solid;
border-color: transparent;
text-shadow: 0 1px @button_text_shadow;
+ color: @theme_fg_color;
}
button.default {
@@ -3299,6 +3300,8 @@ radio:disabled {
check,
radio {
padding: 0px 6px 0px 0px;
+ min-height: 12px;
+ min-width: 12px;
}
checkbutton:hover,
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index f2b5eba9..a944e578 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -2758,6 +2758,8 @@ check:disabled,
radio:disabled {
background-color: transparent;
border-style: none;
+ min-height: 13px;
+ min-width: 13px;
}
check,
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index be6b9617..c987da59 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -2769,6 +2769,8 @@ check:disabled,
radio:disabled {
background-color: transparent;
border-style: none;
+ min-height: 13px;
+ min-width: 13px;
}
check,