2022-02-04 09:31:47 +08:00
|
|
|
|
/*
|
|
|
|
|
您可以在这里输入任何 GTK+ 可识别的 CSS 规则。
|
|
|
|
|
您可以点击上面的“暂停”按钮来暂时停用这个自定义 CSS。
|
|
|
|
|
|
|
|
|
|
变更会立即应用到全局,影响整个应用程序。
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
@import url("resource://org/gtk/daleclack/reset.css");
|
|
|
|
|
|
|
|
|
|
box{
|
2022-11-13 16:24:41 +08:00
|
|
|
|
background-color:alpha(gray,0.3);
|
2022-11-13 17:22:18 +08:00
|
|
|
|
color:white;
|
2022-02-06 12:30:31 +08:00
|
|
|
|
}
|
|
|
|
|
|
2022-02-06 16:08:59 +08:00
|
|
|
|
separator{
|
2022-11-13 16:24:41 +08:00
|
|
|
|
background-color:alpha(gray,0.3);
|
2022-02-06 16:08:59 +08:00
|
|
|
|
}
|
|
|
|
|
|
2022-02-07 21:36:26 +08:00
|
|
|
|
button{
|
2022-11-13 16:24:41 +08:00
|
|
|
|
color:gray;
|
2022-02-07 21:36:26 +08:00
|
|
|
|
}
|
|
|
|
|
|
2022-02-06 12:30:31 +08:00
|
|
|
|
grid{
|
|
|
|
|
background-color:alpha(rgb(49, 48, 48),0.3);
|
2022-02-04 09:31:47 +08:00
|
|
|
|
}
|