My_GtkUi/Gtk4_Reset/res/style_dark.css

73 lines
1.4 KiB
CSS
Raw Permalink Normal View History

2024-02-07 11:12:54 +08:00
/*
您可以在这里输入任何 GTK+ 可识别的 CSS 规则
您可以点击上面的暂停按钮来暂时停用这个自定义 CSS
变更会立即应用到全局影响整个应用程序
*/
/* @import url("resource://org/gtk/daleclack/reset.css"); */
.finder_style box {
2024-02-07 11:38:36 +08:00
background-color: rgba(56, 60, 74, 0.5);
2024-02-07 11:12:54 +08:00
}
.dock_style grid {
2024-02-07 11:38:36 +08:00
background-color: rgba(56, 60, 74, 0.5);
2024-02-07 11:12:54 +08:00
}
.dock_style box {
2024-02-07 11:38:36 +08:00
background-color: rgba(56, 60, 74, 0.5);
2024-02-07 11:12:54 +08:00
}
.dock_style button.toggle {
2024-02-07 11:38:36 +08:00
background-color: black;
2024-02-07 11:12:54 +08:00
border-color: transparent;
2024-02-07 11:38:36 +08:00
color: white;
2024-02-07 11:12:54 +08:00
}
.dock_style button.toggle:checked {
background-color: rgba(0, 106, 255, 0.5);
2024-02-07 11:38:36 +08:00
color: black;
2024-02-07 11:12:54 +08:00
}
.dock_style .stackswitcher{
background-color: transparent;
}
/* Background color in the box should be transparent*/
.default_style box {
background-color: transparent;
2024-02-07 11:38:36 +08:00
color: white;
2024-02-07 11:12:54 +08:00
}
.default_style separator {
background-color: transparent;
2024-02-07 11:38:36 +08:00
color: white;
2024-02-07 11:12:54 +08:00
}
.default_style grid {
background-color: transparent;
2024-02-07 11:38:36 +08:00
color: white;
2024-02-07 11:12:54 +08:00
}
.default_style stackswitcher {
color: transparent;
background-color: transparent;
2024-02-07 11:38:36 +08:00
color: white;
2024-02-07 11:12:54 +08:00
}
.default_style gridview {
background-color: transparent;
2024-02-07 11:38:36 +08:00
color: white;
2024-02-07 11:12:54 +08:00
}
.default_style popover contents {
2024-02-07 11:38:36 +08:00
background-color: rgba(56, 60, 74, 0.7);
2024-02-07 11:12:54 +08:00
}
popover contents {
2024-02-07 11:38:36 +08:00
background-color: rgba(56, 60, 74, 0.7);
2024-02-07 11:12:54 +08:00
border-color: transparent;
2024-02-07 11:38:36 +08:00
color: white;
2024-02-07 11:12:54 +08:00
}