summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-02 17:16:59 +0100
committerraveit65 <[email protected]>2014-11-02 17:16:59 +0100
commit99bd7a4e136637ca9d351ad15fcad07d67d0175f (patch)
treeddf676e2c828df0d2bde8ece7980443330b40103 /desktop-themes
parent232f186a655411641c5304076159104718c8445f (diff)
downloadmate-themes-99bd7a4e136637ca9d351ad15fcad07d67d0175f.tar.bz2
mate-themes-99bd7a4e136637ca9d351ad15fcad07d67d0175f.tar.xz
BlackMate GTK3-3.14: more adjustments for GTK3-3.14
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css116
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css2
2 files changed, 109 insertions, 9 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 3cd71fdc..299ea55e 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -101,6 +101,36 @@
background-color: shade(@theme_bg_color, 0.915);
}
+.gtkstyle-fallback {
+ background-color: @theme_bg_color;
+ color: @theme_fg_color;
+}
+
+.gtkstyle-fallback:prelight {
+ background-color: shade(@theme_bg_color, 1.10);
+ color: @theme_fg_color;
+}
+
+.gtkstyle-fallback:active {
+ background-color: shade(@theme_bg_color, 0.915);
+ color: @theme_fg_color;
+}
+
+.gtkstyle-fallback:insensitive {
+ background-color: @less_dark_color; /*@insensitive_bg_color;*/
+ color: @insensitive_fg_color;
+ border-color: @insensitive_border_color;
+ }
+
+.gtkstyle-fallback:selected {
+ background-color: @theme_selected_bg_color;
+ color: @theme_selected_fg_color;
+}
+
+/************
+ * Tooltips *
+ ************/
+
.tooltip {
padding: 4px 4px;
border-style: none;
@@ -114,6 +144,10 @@
color: @theme_tooltip_fg_color;
}
+/*****************
+ * Miscellaneous *
+ *****************/
+
.content-view.view.rubberband,
.view.rubberband,
.rubberband {
@@ -493,6 +527,24 @@ GtkCalendar {
border-radius: 3px;
}
+.frame.flat {
+ border-style: none;
+}
+
+.frame.action-bar {
+ padding: 6px;
+ border-width: 1px 0 0;
+}
+
+GtkScrolledWindow.frame {
+ background-color: transparent;
+}
+
+/* no double frames */
+GtkScrolledWindow GtkViewport.frame {
+ border-style: none;
+}
+
/***************
* GtkLevelBar *
***************/
@@ -703,6 +755,8 @@ GtkNotebook {
border-image: url("assets/button-border-dark1.svg") 3 / 3px stretch;
}
+.notebook .button:checked,
+.notebook .button:hover:checked,
.notebook .button:active,
.notebook .button:hover:active {
border-image: url("assets/button-active-border-dark1.svg") 3 / 3px stretch;
@@ -1136,11 +1190,15 @@ GtkComboBox .menu {
.button GtkImage,
.button GtkImage:hover,
+.button GtkImage:checked,
+.button GtkImage:hover:checked,
.button GtkImage:active,
.button GtkImage:hover:active,
.button GtkImage:insensitive,
.button GtkLabel,
.button GtkLabel:hover,
+.button GtkLabel:checked,
+.button GtkLabel:hover:checked,
.button GtkLabel:active,
.button GtkLabel:hover:active,
.button GtkLabel:insensitive {
@@ -1162,6 +1220,8 @@ GtkComboBox .menu {
to (shade(@button_gradient_color_b, 0.7)));
}
+.button:checked,
+.button:hover:checked,
.button:active,
.button:hover:active {
/* some apps need this */
@@ -1723,6 +1783,47 @@ GtkMenuButton .menu {
border-color: alpha(@frame_color, 0.6); /*shade(@theme_bg_color, 0.8);*/
}
+/* Stack switcher */
+.stack-switcher > .button > GtkLabel, .header-bar .stack-switcher > .button.titlebutton > GtkLabel,
+.titlebar .stack-switcher > .button.titlebutton > GtkLabel,
+GtkCalendar.header .stack-switcher > .button.titlebutton > GtkLabel {
+ padding-left: 6px;
+ padding-right: 6px;
+}
+.stack-switcher > .button > GtkImage, .header-bar .stack-switcher > .button.titlebutton > GtkImage,
+.titlebar .stack-switcher > .button.titlebutton > GtkImage,
+GtkCalendar.header .stack-switcher > .button.titlebutton > GtkImage {
+ padding-left: 6px;
+ padding-right: 6px;
+ padding-top: 3px;
+ padding-bottom: 3px;
+}
+.stack-switcher > .button.text-button {
+ padding: 5px 10px 6px;
+}
+.stack-switcher > .button.image-button, .header-bar .stack-switcher > .titlebutton.button,
+.titlebar .stack-switcher > .titlebutton.button,
+GtkCalendar.header .stack-switcher > .titlebutton.button {
+ padding: 5px 2px;
+}
+.stack-switcher > .button.needs-attention > GtkLabel, .stack-switcher > .button.needs-attention > GtkImage {
+ animation: needs_attention 150ms ease-in;
+ background-color: @theme_bg_color; /* FIXME: ? */
+ background-size: 6px 6px, 6px 6px;
+ background-repeat: no-repeat;
+ background-position: right 3px, right 4px;
+}
+.stack-switcher > .button.needs-attention > GtkLabel:backdrop, .stack-switcher > .button.needs-attention > GtkImage:backdrop {
+ background-size: 6px 6px, 0 0;
+}
+.stack-switcher > .button.needs-attention > GtkLabel:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl) {
+ background-position: left 3px, left 4px;
+}
+.stack-switcher > .button.needs-attention:active > GtkLabel, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > GtkLabel, .stack-switcher > .button.needs-attention:checked > GtkImage {
+ animation: none;
+ background-image: none;
+}
+
/***************
* Header bars *
***************/
@@ -2243,15 +2344,6 @@ GtkStatusbar .frame {
background-color: transparent;
}
-GtkScrolledWindow {
- background-color: transparent;
-}
-
-/* no double frames */
-GtkScrolledWindow GtkViewport.frame {
- border-style: none;
-}
-
GtkImage,
GtkImage:hover,
GtkImage:active,
@@ -2898,6 +2990,12 @@ NemoWindow .button:hover {
}
+ContactsWindow .button:checked,
+ContactsWindow .button:hover:checked,
+NautilusWindow .button:checked,
+NautilusWindow .button:hover:checked,
+NemoWindow .button:checked,
+NemoWindow .button:hover:checked,
ContactsWindow .button:active,
ContactsWindow .button:hover:active,
NautilusWindow .button:active,
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
index eb1826fc..6d6574ce 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -63,6 +63,8 @@ CajaWindow .button:hover {
}
+CajaWindow .button:checked,
+CajaWindow .button:hover:checked,
CajaWindow .button:active,
CajaWindow .button:hover:active {
background-image: linear-gradient(to bottom,