aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/dpi-high.css
blob: 1ab53b091c3294fceb293f5607d06d31dc172768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
}