diff options
author | raveit65 <[email protected]> | 2015-09-14 17:46:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-14 17:51:01 +0200 |
commit | 8de90f8860fbb9865ad2cae33c07b320346fde0f (patch) | |
tree | f46f72d5de9803df8f773e6a3b9b494e2b3b2d86 /desktop-themes | |
parent | 968cca9b05c19a237cbbdf6168e10d67f23cec41 (diff) | |
download | mate-themes-8de90f8860fbb9865ad2cae33c07b320346fde0f.tar.bz2 mate-themes-8de90f8860fbb9865ad2cae33c07b320346fde0f.tar.xz |
GTK3: Submarine themes: use a consistent height for....
- GtkComboBox, GtkEntry, GtkFileChooserButton
- GtkToggleButton, GtkFontButton, GtkColorButton
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 19 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 19 |
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 06f69c07..ea1de94f 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -275,11 +275,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;
@@ -868,6 +869,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 a35cfb9c..84688156 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -275,11 +275,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;
@@ -871,6 +872,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 {
|