summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-06-30 14:51:16 +0200
committerraveit65 <[email protected]>2018-07-13 11:32:23 +0200
commit7621a98dccb670bddf9665ad23149ef4257006c1 (patch)
tree2869ae19f559678319b040430b7f5446dc274355 /desktop-themes/TraditionalOk
parentd168cdce2efbb1ebac95a17e80971c15e12f8b9d (diff)
downloadmate-themes-7621a98dccb670bddf9665ad23149ef4257006c1.tar.bz2
mate-themes-7621a98dccb670bddf9665ad23149ef4257006c1.tar.xz
all themes: add a thiny border to the panel
this requires https://github.com/mate-desktop/mate-panel/commit/c4aedb
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css35
2 files changed, 28 insertions, 8 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index b320977a..348c3a97 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -3962,6 +3962,7 @@ decoration:backdrop {
box-shadow: none;
}
+/* workaround to avoid unwanted black frames if switching compositor on/off */
.csd.popup decoration {
border-radius: 0;
box-shadow: none;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index 5c254daa..b880c668 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -98,16 +98,28 @@
text-shadow: none;
}
-MatePanelAppletFrameDBus > MatePanelAppletFrameDBus {
- background-image: -gtk-scaled(url("img/panel-grid.svg"));
- background-color: transparent;
- background-repeat: no-repeat;
- background-position: left;
+PanelToplevel.horizontal.top > grid {
+ border-style: outset;
+ border-width: 0px 0px 1px 0px;
+ border-color: rgba(0, 0, 0, 0.23);
}
-/* workaround to avoid unwanted black frames if switching compositor on/off */
-.mate-panel-menu-bar .window-frame.csd.popup {
- box-shadow: none;
+PanelToplevel.horizontal.bottom > grid {
+ border-style: outset;
+ border-width: 1px 0px 0px 0px;
+ border-color: rgba(0, 0, 0, 0.23);
+}
+
+PanelToplevel.vertical.left > grid {
+ border-style: outset;
+ border-width: 0px 1px 0px 0px;
+ border-color: rgba(0, 0, 0, 0.23);
+}
+
+PanelToplevel.vertical.right > grid {
+ border-style: outset;
+ border-width: 0px 0px 0px 1px;
+ border-color: rgba(0, 0, 0, 0.23);
}
/* hide buttons */
@@ -127,6 +139,13 @@ PanelSeparator {
text-shadow: none;
}
+MatePanelAppletFrameDBus > MatePanelAppletFrameDBus {
+ background-image: -gtk-scaled(url("img/panel-grid.svg"));
+ background-color: transparent;
+ background-repeat: no-repeat;
+ background-position: left;
+}
+
/* outlines */
window.background, /* selector where outlines are writen on GtkTrayIcon */
.mate-panel-menu-bar menubar,