2023-06-08 18:11:35 +08:00
|
|
|
|
/*
|
|
|
|
|
您可以在这里输入任何 GTK+ 可识别的 CSS 规则。
|
|
|
|
|
您可以点击上面的“暂停”按钮来暂时停用这个自定义 CSS。
|
|
|
|
|
|
|
|
|
|
变更会立即应用到全局,影响整个应用程序。
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* @import url("resource://org/gtk/daleclack/reset.css"); */
|
|
|
|
|
|
2023-11-09 10:56:39 +08:00
|
|
|
|
.finder_style box{
|
|
|
|
|
background-color:alpha(white,0.5);
|
2023-06-08 18:11:35 +08:00
|
|
|
|
}
|
|
|
|
|
|
2023-11-09 10:52:06 +08:00
|
|
|
|
.dock_style grid{
|
|
|
|
|
background-color: alpha(white, 0.5);
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-09 11:01:44 +08:00
|
|
|
|
.dock_style box{
|
|
|
|
|
background-color: alpha(white, 0.5);
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-08 18:01:15 +08:00
|
|
|
|
/* Background color in the box should be transparent*/
|
2023-11-09 10:52:06 +08:00
|
|
|
|
.default_style box{
|
2023-11-08 18:01:15 +08:00
|
|
|
|
background-color: transparent;
|
2023-06-08 18:11:35 +08:00
|
|
|
|
}
|
|
|
|
|
|
2023-11-09 10:52:06 +08:00
|
|
|
|
.default_style separator{
|
2023-11-08 18:01:15 +08:00
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
2023-11-08 18:21:39 +08:00
|
|
|
|
|
2023-11-09 10:52:06 +08:00
|
|
|
|
.default_style grid{
|
|
|
|
|
background-color: transparent;
|
2023-11-08 18:21:39 +08:00
|
|
|
|
}
|
2023-11-09 10:52:06 +08:00
|
|
|
|
|