My_GtkUi/Flos_Gtk4/res/style_dark.css

71 lines
1.2 KiB
CSS
Raw Normal View History

2023-02-12 19:08:31 +08:00
/*
您可以在这里输入任何 GTK 可识别的 CSS 规则
您可以点击上面的暂停按钮来暂时停用这个自定义 CSS
变更会立即应用到全局影响整个应用程序
*/
2023-03-16 16:40:15 +08:00
/* @import url("resource://org/gtk/daleclack/reset.css"); */
2023-02-12 19:08:31 +08:00
/*Style for menubar*/
.main_style {
2023-03-16 14:15:52 +08:00
background: alpha(gray, 0.7);
2023-02-12 19:08:31 +08:00
}
.main_style menubar {
2023-03-16 14:15:52 +08:00
background-color: alpha(gray, 0.7);
2023-02-12 19:08:31 +08:00
}
.main_style box {
2023-03-16 14:15:52 +08:00
background-color: alpha(gray, 0.7);
2023-02-12 19:08:31 +08:00
}
.main_style entry.search {
2023-04-04 13:50:44 +08:00
background-color: alpha(gray, 0.7);
}
.main_style popover {
2024-03-21 20:09:32 +08:00
background-color: alpha(gray, 0.8);
}
.main_style popover contents {
background-color: transparent;
2023-04-04 13:50:44 +08:00
}
.main_style separator {
2023-04-04 13:50:44 +08:00
background-color: alpha(gray, 0.7);
2023-02-12 19:08:31 +08:00
}
.main_style menubutton {
2024-03-21 19:29:07 +08:00
background-color: transparent;
2024-03-21 16:27:31 +08:00
color: black;
2023-02-12 19:08:31 +08:00
}
2023-03-16 14:15:52 +08:00
.main_style button {
2023-03-16 14:15:52 +08:00
color: white;
}
2024-03-21 20:09:32 +08:00
.dock_button {
background-color: transparent;
}
.dock_button box {
background-color: transparent;
}
.dock_button:hover {
background-color: alpha(gray, 0.7);
}
.default_style box {
background-color: transparent;
}
.default_style separator {
background-color: transparent;
2024-03-21 20:09:32 +08:00
}
.btn_style{
background-color: transparent;
color: white;
}