summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css21
1 files changed, 18 insertions, 3 deletions
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 f271bf82..f5905ab2 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: shade (@bg_color, 1.1);
- padding: 3px 4px;
+ background-color: @theme_base_color;
+ 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 {