summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2018-03-30 02:18:31 -0400
committerlukefromdc <[email protected]>2018-03-30 02:18:31 -0400
commit039849aef0aa2bae54e98999d00abfdbec960710 (patch)
tree53d513c8781ed3cd8fe5b6e69b92ba5986965622 /desktop-themes
parent3b40e2865e3d8e3de924cceee0e55c0be87e9a64 (diff)
downloadmate-themes-039849aef0aa2bae54e98999d00abfdbec960710.tar.bz2
mate-themes-039849aef0aa2bae54e98999d00abfdbec960710.tar.xz
BlackMATE: sync with master
*Fix for Google Chrome/Chromium *Fix some runtime warnings
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css34
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css1
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/other-applications.css14
3 files changed, 45 insertions, 4 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index cc0d823a..dfc1bc5b 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -278,7 +278,6 @@ view:selected:focus,
}
/* It's better not to have too bright text views. */
-textview.view, /* url bar google chrome, firefox */
textview text,
textview.view:disabled,
GtkHTML { /* For Evolution (not enough; see entries section below) */
@@ -645,14 +644,40 @@ calendar {
frame {
color: lighter (@theme_fg_color);
border-style: solid;
+ padding: 0px;
+ border-radius: 3px;
+}
+
+.frame,
+frame> border{
+ box-shadow: none;
+ margin: 0;
+ padding: 0;
+ border-radius: 3px;
border-width: 1px;
+ border-style: solid;
border-color: alpha(@frame_color, 0.6);
- padding: 0px;
+}
+
+frame.border-inset> border,
+frame.border-outset> border,
+frame.border-ridge> border,
+frame.border-groove> border,
+.frame.border-inset> border,
+.frame.border-outset> border,
+.frame.border-ridge> border,
+.frame.border-groove> border{
+ box-shadow: none;
+ margin: 0;
+ padding: 0;
border-radius: 3px;
+ border-width: 1px;
+ border-style: solid;
+ border-color: shade(@theme_bg_color, 1.3);
}
-.frame.flat
-frame.flat {
+frame > border.flat,
+.frame.flat {
border-style: none;
}
@@ -1869,6 +1894,7 @@ scrollbar.vertical button{
min-width: 14px;
}
+
scrollbar slider,
scrollbar .slider {
background-color: transparent;
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
index c80d4bde..bb23a59f 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -262,6 +262,7 @@
padding: 6px;
}
+
/* workaround to avoid unwanted black frames if switching compositor on/off */
.mate-panel-menu-bar .window-frame.csd.popup {
box-shadow: none;
diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css
index e1d9a99e..9a90e573 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css
@@ -305,3 +305,17 @@ window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizonta
background-color: shade(@less_dark_color, 2.4);
}
+/******************
+ * Google Chrome *
+ *****************/
+
+.chromium textview.view,
+.chromium textview.view text {
+ background-color: shade(@theme_bg_color, 1.15);
+ color: @theme_selected_fg_color;
+}
+
+.chromium menubar:not(:backdrop) {
+ background-color: shade(@theme_bg_color, 0.65);
+}
+