/* 您可以在这里输入任何 GTK+ 可识别的 CSS 规则。 您可以点击上面的“暂停”按钮来暂时停用这个自定义 CSS。 变更会立即应用到全局,影响整个应用程序。 */ /*@import url("resource://org/gtk/daleclack/reset.css");*/ box{ background-color:alpha(gray,0.7); color:white; } label{ color:white; } button{ color:white; border: 0; } button:hover{ color:black; background-color: alpha(gray, 0.7); } button:active{ color:black; background-color: alpha(gray, 0.7); } button:checked{ color:black; background-color: gray; }