aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_button_hover.css
blob: 502f49959b2c097367847c2ffd1c81574b3a7468 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/**************************************************************************************
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 "button" {
	fg[PRELIGHT] = @button_fg_color
	bg[PRELIGHT] = @button_bg_color
	engine "murrine" {
#		textstyle = 0
	}
}

style "toolbar_button" {
	fg[PRELIGHT] = @button_fg_color
	bg[PRELIGHT] = @button_bg_color
	engine "murrine" {
#		textstyle = 0
	}
}

style "treeview_header" {
	fg[PRELIGHT] = @button_fg_color
	bg[PRELIGHT] = @button_bg_color
	engine "murrine" {
#		textstyle = 0
	}
}

style "combo_button" {
	fg[PRELIGHT] = @button_fg_color
	bg[PRELIGHT] = @button_bg_color
	engine "murrine" {
#		textstyle = 0
	}
}

style "combobox" {
	fg[PRELIGHT] = @button_fg_color
	bg[PRELIGHT] = @button_bg_color
	engine "murrine" {
#		textstyle = 0
	}
}

style "combobox_entry_button" {
	fg[PRELIGHT] = @button_fg_color
	bg[PRELIGHT] = @button_bg_color
	engine "murrine" {
#		textstyle = 0
	}
}

style "set_text_color_to_fg_color_workaround" {
	text[PRELIGHT] = @button_fg_color
	engine "murrine" {
#		textstyle = 0
	}
}

style "radiocheck" {
#	fg[PRELIGHT] = @button_fg_color
#	bg[PRELIGHT] = @button_bg_color
	engine "murrine" {
#		textstyle = 0
	}
}