2e47e6307676140b71664c4c6715beaa8eeaa6af
[platform/upstream/syncevolution.git] / src / gtk-ui / sync-ui.rc
1 # generic rules for MuxWidgets
2
3 style "mux-win" {
4     bg[NORMAL] = "#4a535a"
5     MuxWindow::title-bar-bg = "#333333"
6     MuxWindow::title-bar-fg = "#c2c2c2"
7 }
8 class "MuxWindow" style "mux-win"
9
10 style "mux-frame" {
11     bg[NORMAL] = "#ffffff"
12     bg[INSENSITIVE] = "#ffffff"
13     MuxFrame::border-color = "#dee2e5"
14     MuxFrame::bullet-color = "#aaaaaa"
15     MuxFrame::title-font = "Bold 12"
16 }
17 class "MuxFrame" style "mux-frame"
18
19 # tooltips seem to take their color from the window bg? working around that 
20 style "mux-tooltip-fix" { 
21     bg[NORMAL] = "#ffffff" 
22
23 widget "gtk-tooltip*" style "mux-tooltip-fix" 
24
25
26 # sync-ui specific rules
27
28 style "data-box" {
29     bg[NORMAL] = "#ececec"
30     bg[INSENSITIVE] = "#ececec"
31 }
32 widget "*.sync_data_and_type_box" style "data-box"
33
34 style "insensitive-frame" {
35     bg[INSENSITIVE] = "#d2d6d9"
36 }
37 widget "*.log_frame*" style "insensitive-frame"
38 widget "*.backup_frame*" style "insensitive-frame"
39 widget "*.services_frame*" style "insensitive-frame"
40
41 style "service-title" {
42     font_name = "Bold 14"
43 }
44 widget "*.sync_service_label" style "service-title"
45 widget "*.sync_status_label" style "service-title"
46 widget "*.no_server_label" style "service-title"
47 widget "*.sync_failure_label" style "service-title"
48
49 style "big-button" {
50     GtkButton::inner-border = { 10,10,10,10 }
51     font_name = "Bold 11"
52 }
53 widget "*.sync_btn*" style "big-button"