2022-01-09 11:57:39 +08:00
|
|
|
|
/*
|
|
|
|
|
您可以在这里输入任何 GTK 可识别的 CSS 规则。
|
|
|
|
|
您可以点击上面的“暂停”按钮来暂时停用这个自定义 CSS。
|
|
|
|
|
|
|
|
|
|
变更会立即应用到全局,影响整个应用程序。
|
|
|
|
|
*/
|
|
|
|
|
@import url("resource://org/gtk/daleclack/reset.css");
|
|
|
|
|
|
|
|
|
|
/*Style for menubar*/
|
2023-03-15 23:39:27 +08:00
|
|
|
|
menubar1{
|
2022-01-09 22:47:53 +08:00
|
|
|
|
background-color: alpha(white,0.7);
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-15 23:39:27 +08:00
|
|
|
|
box1{
|
2022-01-09 22:47:53 +08:00
|
|
|
|
background-color: alpha(white,0.7);
|
2022-01-09 11:57:39 +08:00
|
|
|
|
}
|
2022-01-14 19:50:55 +08:00
|
|
|
|
|
2023-03-15 23:39:27 +08:00
|
|
|
|
separator1{
|
2022-01-14 19:50:55 +08:00
|
|
|
|
background-color:white;
|
|
|
|
|
}
|
2022-01-16 15:40:15 +08:00
|
|
|
|
|
2023-03-15 23:39:27 +08:00
|
|
|
|
menubutton1{
|
2022-01-20 13:05:34 +08:00
|
|
|
|
color:white;
|
|
|
|
|
}
|
|
|
|
|
|
2023-03-15 23:39:27 +08:00
|
|
|
|
button1{
|
2022-01-16 15:40:15 +08:00
|
|
|
|
color:white;
|
|
|
|
|
}
|