1/**************************************************************************************
2This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
3(c) 2019-2021 Virgil Mager - vvmager@gmail.com
4(c) 2019-2021 Information Technology Group - http://itgroup.ro
5**************************************************************************************/
6
7style "menu" {
8	engine "murrine" {
9		arrowstyle = 1
10	}
11}
12style "combobox" {
13	engine "murrine" {
14		arrowstyle = 1
15	}
16}
17style "scrollbar" {
18	GtkRange::stepper-size = 18
19	GtkScrollbar::slider-width = 18
20	engine "murrine" {
21		arrowstyle = 1
22	}
23}
24
25style "radiocheck" {
26	GtkCheckButton::indicator-size = 20
27}
28