Imported Upstream version 0.9
[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 # sync-ui specific rules
20
21 style "data-box" {
22     bg[NORMAL] = "#ececec"
23     bg[INSENSITIVE] = "#ececec"
24 }
25 widget "*.sync_data_and_type_box" style "data-box"
26
27 style "insensitive-frame" {
28     bg[INSENSITIVE] = "#d2d6d9"
29 }
30 widget "*.log_frame*" style "insensitive-frame"
31 widget "*.backup_frame*" style "insensitive-frame"
32 widget "*.services_frame*" style "insensitive-frame"
33
34 style "service-title" {
35     font_name = "Bold 14"
36 }
37 widget "*.sync_service_label" style "service-title"
38 widget "*.sync_status_label" style "service-title"
39 widget "*.no_server_label" style "service-title"
40 widget "*.sync_failure_label" style "service-title"
41
42 style "big-button" {
43     GtkButton::inner-border = { 10,10,10,10 }
44     font_name = "Bold 11"
45 }
46 widget "*.sync_btn*" style "big-button"