aboutsummaryrefslogtreecommitdiff
path: root/copyq-6.3.2/themes/main_window.css
diff options
context:
space:
mode:
authorIndrajith K L2022-12-03 17:00:20 +0530
committerIndrajith K L2022-12-03 17:00:20 +0530
commitf5c4671bfbad96bf346bd7e9a21fc4317b4959df (patch)
tree2764fc62da58f2ba8da7ed341643fc359873142f /copyq-6.3.2/themes/main_window.css
downloadcli-tools-windows-f5c4671bfbad96bf346bd7e9a21fc4317b4959df.tar.gz
cli-tools-windows-f5c4671bfbad96bf346bd7e9a21fc4317b4959df.tar.bz2
cli-tools-windows-f5c4671bfbad96bf346bd7e9a21fc4317b4959df.zip
Adds most of the toolsHEADmaster
Diffstat (limited to 'copyq-6.3.2/themes/main_window.css')
-rw-r--r--copyq-6.3.2/themes/main_window.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/copyq-6.3.2/themes/main_window.css b/copyq-6.3.2/themes/main_window.css
new file mode 100644
index 0000000..425bbb5
--- /dev/null
+++ b/copyq-6.3.2/themes/main_window.css
@@ -0,0 +1,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}