My_GtkUi/Flos_Gtk4/res/style_dark.css

71 lines
1.2 KiB
CSS

/*
您可以在这里输入任何 GTK 可识别的 CSS 规则。
您可以点击上面的“暂停”按钮来暂时停用这个自定义 CSS。
变更会立即应用到全局,影响整个应用程序。
*/
/* @import url("resource://org/gtk/daleclack/reset.css"); */
/*Style for menubar*/
.main_style {
background: alpha(gray, 0.7);
}
.main_style menubar {
background-color: alpha(gray, 0.7);
}
.main_style box {
background-color: alpha(gray, 0.7);
}
.main_style entry.search {
background-color: alpha(gray, 0.7);
}
.main_style popover {
background-color: alpha(gray, 0.8);
}
.main_style popover contents {
background-color: transparent;
}
.main_style separator {
background-color: alpha(gray, 0.7);
}
.main_style menubutton {
background-color: transparent;
color: black;
}
.main_style button {
color: white;
}
.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;
}
.btn_style{
background-color: transparent;
color: white;
}