aboutsummaryrefslogtreecommitdiff
path: root/copyq-6.3.2/themes/main_window.css
blob: 425bbb5c96693e3f1c3837beebce74b90bc3004b (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
#searchBar{${search_bar}}

#searchBar:focus{${search_bar_focused}}

#tab_bar{${tab_bar_css}}
#tab_bar::tab:selected{${tab_bar_tab_selected_css}}
#tab_bar::tab:!selected{${tab_bar_tab_unselected_css}}
#tab_bar #tab_item_counter{${tab_bar_item_counter}}
#tab_bar #tab_item_counter[CopyQ_selected="true"]{
    ;${tab_bar_sel_item_counter}
}

#tab_bar QToolButton{${tab_bar_scroll_buttons_css}}

#tab_tree, #tab_tree_item{${tab_tree_css}}

#tab_tree::item:selected
,#tab_tree_item[CopyQ_selected="true"]
{
    ;${tab_tree_sel_item_css}
}

#tab_tree_item[CopyQ_selected="false"]
,#tab_tree_item[CopyQ_selected="true"]
{
    ;background: transparent
}

#tab_tree #tab_item_counter{${tab_tree_item_counter}}
#tab_tree #tab_item_counter[CopyQ_selected="true"]{
    ;${tab_tree_sel_item_counter}
}

#MainWindow>QToolBar QToolButton{
    ;color: ${fg}
    ;background: ${bg}
}
#MainWindow>QToolBar{${tool_bar_css}}
#MainWindow>QToolBar QToolButton{${tool_button_css}}
#MainWindow>QToolBar QToolButton:hover{${tool_button_selected_css}}
#MainWindow>QToolBar QToolButton:pressed{${tool_button_pressed_css}}

${css:main_window_simple}

${css:menu}

${css}