summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-29 11:29:55 +0200
committerraveit65 <[email protected]>2018-03-29 11:29:55 +0200
commitdb64a31ba6943c0c7bf905793afdfa00b4a4c242 (patch)
tree9eadea0e76b121338ccc945488067bb70030958f
parent6e28d0af3f779d95f9cae11507d341c0a9e0d715 (diff)
downloadmate-themes-db64a31ba6943c0c7bf905793afdfa00b4a4c242.tar.bz2
mate-themes-db64a31ba6943c0c7bf905793afdfa00b4a4c242.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 f43d5dbd..dfc1bc5b 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -3575,6 +3575,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,