summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-14 17:46:07 +0200
committerraveit65 <[email protected]>2015-09-14 17:46:07 +0200
commit6c1408dfb3b617f290ecd239a313817a452df492 (patch)
tree6dde2bcb84ab631ee85629bd8c73c477ebf21c59
parentab0cb40cb8db3aca81eb78940e7176c237c2ceed (diff)
downloadmate-themes-6c1408dfb3b617f290ecd239a313817a452df492.tar.bz2
mate-themes-6c1408dfb3b617f290ecd239a313817a452df492.tar.xz
GTK3: Submarine themes: use a consistent height for....
- GtkComboBox, GtkEntry, GtkFileChooserButton - GtkToggleButton, GtkFontButton, GtkColorButton
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css19
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css19
2 files changed, 34 insertions, 4 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 62fff5e5..43a4c8a8 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -277,11 +277,12 @@ GtkStatusbar .frame {
* Text Entries *
****************/
-.entry {
+.entry,
+.combobox-entry .entry {
/* Look out !
This is the background color of mate-control-center 'too' */
background-color: shade (@bg_color, 1.1);
- padding: 3px 4px;
+ padding: 5px 4px;
-GtkEntry-inner-border: 0;
-GtkEntry-progress-border: 0;
color: @entry_text_color;
@@ -850,6 +851,20 @@ GtkScrolledWindow.frame {
text-shadow: none;
}
+.button.text-button,
+GtkFileChooserButton .button {
+ padding: 5px 4px;
+}
+
+GtkComboBox GtkToggleButton.button {
+ padding: 4px;
+}
+
+GtkFontButton.button,
+GtkColorButton.button {
+ padding: 6px 4px;
+}
+
.path-bar .button,
.path-bar .button GtkImage,
.path-bar .button GtkLabel {
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 d660cebf..a4e547d2 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -277,11 +277,12 @@ GtkStatusbar .frame {
* Text Entries *
****************/
-.entry {
+.entry,
+.combobox-entry .entry {
/* Look out !
This is the background color of mate-control-center 'too' */
background-color: @theme_base_color;
- padding: 3px 4px;
+ padding: 5px 4px;
-GtkEntry-inner-border: 0;
-GtkEntry-progress-border: 0;
color: @entry_text_color;
@@ -853,6 +854,20 @@ GtkScrolledWindow.frame {
text-shadow: none;
}
+.button.text-button,
+GtkFileChooserButton .button {
+ padding: 5px 4px;
+}
+
+GtkComboBox GtkToggleButton.button {
+ padding: 4px;
+}
+
+GtkFontButton.button,
+GtkColorButton.button {
+ padding: 6px 4px;
+}
+
.path-bar .button,
.path-bar .button GtkImage,
.path-bar .button GtkLabel {