summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-03-01 22:37:34 +0100
committerraveit65 <[email protected]>2015-03-01 22:42:34 +0100
commit47ef08c1f176d7c0cbe1d70ee84b77ec161b4664 (patch)
tree99f00ad45e913de6e7abe4306a681cbff021be43 /desktop-themes/BlueMenta
parentb4684c03839205ec1242725ed25ff1137a1725fa (diff)
downloadmate-themes-47ef08c1f176d7c0cbe1d70ee84b77ec161b4664.tar.bz2
mate-themes-47ef08c1f176d7c0cbe1d70ee84b77ec161b4664.tar.xz
Menta themes GTK3: first adjustments for gtk+-3.16
- fix overshoot funktion - fix views, ie mate-appearence-properties, pluma - style notbook arrows - adjust view of mate-control-center
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css34
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css19
2 files changed, 49 insertions, 4 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index afba0f31..24cee041 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -191,6 +191,7 @@ GtkTextView {
border-radius: 0px;
}
+/* displays at end of mouse scrolling */
.overshoot {
background-color: alpha (@theme_selected_bg_color, 0.35);
}
@@ -1586,9 +1587,11 @@ GtkCalendar.header .stack-switcher > .titlebutton.button {
-GtkWidget-focus-line-width: 0;
}
+/* fix view in mate-appearence-properties
.notebook GtkScrolledWindow {
background-color: @theme_base_color;
}
+*/
.notebook.frame {
border-width: 1px;
@@ -1631,11 +1634,14 @@ GtkCalendar.header .stack-switcher > .titlebutton.button {
border-width: 0px;
}
-.notebook :hover {
+/* looks ugly with GTK3-3.16 */
+/*
+.notebook:hover {
-gtk-image-effect: highlight;
background-color: shade(@theme_bg_color, 1.07);
color: @theme_fg_color;
}
+*/
.notebook tab {
border-color: transparent;
@@ -1798,6 +1804,32 @@ GtkCalendar.header .stack-switcher > .titlebutton.button {
alpha(black, 0.13);
}
+.notebook.arrow {
+ /* FIXME, why this doesn't work? */
+ -GtkNotebook-arrow-scaling: 0.5;
+ color: shade(@theme_fg_color, 2.6);
+}
+
+.notebook.arrow:hover {
+ color: @theme_selected_bg_color;
+}
+
+.notebook.arrow:active {
+ color: @theme_fg_color;
+}
+
+.notebook.arrow:insensitive {
+ color: rgba(141, 144, 145, 0.3);
+}
+
+.notebook.arrow:backdrop {
+ color: rgba(84, 89, 90, 0.4);
+}
+
+.notebook.arrow:backdrop:insensitive {
+ color: #c7c7c7;
+}
+
/**************
* ComboBoxes *
**************/
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 76758802..bf2fe7e8 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -546,7 +546,7 @@ WnckPager {
}
/* prelight of WnckPager */
-MatePanelApplet:hover {
+WnckPager:hover {
background-image: linear-gradient(to bottom,
@theme_bg_color,
shade (@theme_selected_bg_color, 0.86));
@@ -640,21 +640,34 @@ PlumaWindow .notebook tab .button.flat:hover {
***********************/
/* background */
-ShellWindow AppResizer {
+ShellWindow AppResizer SlabSection {
background-color: @theme_base_color;
}
+/* button of sidebar */
ShellWindow .button.flat {
border-image: none;
+ padding: 4px 1px;
}
-/* button hover of applications */
ShellWindow .button.flat:hover {
+ padding: 4px 1px;
+
+}
+
+/* button of applications */
+ShellWindow GtkScrolledWindow .button.flat {
+ padding: 4px 0px;
+ border-image: none;
+}
+
+ShellWindow GtkScrolledWindow .button.flat:hover {
background-color: transparent;
background-image: linear-gradient(to bottom,
@button_hover_gradient_color_a,
@button_hover_gradient_color_b);
border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch;
+ padding: 4px 0px;
}
/*********