aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/dpi-high.css
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/themes/ClassicLooks/gtk-2.0/options/dpi-high.css')
-rwxr-xr-x.local/share/themes/ClassicLooks/gtk-2.0/options/dpi-high.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/.local/share/themes/ClassicLooks/gtk-2.0/options/dpi-high.css b/.local/share/themes/ClassicLooks/gtk-2.0/options/dpi-high.css
new file mode 100755
index 0000000..1ab53b0
--- /dev/null
+++ b/.local/share/themes/ClassicLooks/gtk-2.0/options/dpi-high.css
@@ -0,0 +1,27 @@
+/**************************************************************************************
+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
+**************************************************************************************/
+
+style "menu" {
+ engine "murrine" {
+ arrowstyle = 1
+ }
+}
+style "combobox" {
+ engine "murrine" {
+ arrowstyle = 1
+ }
+}
+style "scrollbar" {
+ GtkRange::stepper-size = 18
+ GtkScrollbar::slider-width = 18
+ engine "murrine" {
+ arrowstyle = 1
+ }
+}
+
+style "radiocheck" {
+ GtkCheckButton::indicator-size = 20
+}