aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-3.0/options/menu-separator-dented.css
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/themes/ClassicLooks/gtk-3.0/options/menu-separator-dented.css')
-rwxr-xr-x.local/share/themes/ClassicLooks/gtk-3.0/options/menu-separator-dented.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/.local/share/themes/ClassicLooks/gtk-3.0/options/menu-separator-dented.css b/.local/share/themes/ClassicLooks/gtk-3.0/options/menu-separator-dented.css
new file mode 100755
index 0000000..3dad911
--- /dev/null
+++ b/.local/share/themes/ClassicLooks/gtk-3.0/options/menu-separator-dented.css
@@ -0,0 +1,15 @@
+/**************************************************************************************
+This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
+(c) 2019-2021 Virgil Mager - vvmager@gmail.com
+(c) 2019-2021 Information Technology Group - http://itgroup.ro
+**************************************************************************************/
+
+menu separator, .csd menu separator,
+.menu separator, .csd .menu separator,
+popover.background separator,
+.csd popover.background separator {
+ background: shade(@menu_bg_color, 0.84);
+ color: shade(@menu_bg_color, 0.84);
+ box-shadow: 0 1px shade(@menu_bg_color, 1.07);
+ margin: 2px 1px 2px 1px;
+}