2012-01-06 15:34:28 +00:00
|
|
|
@import url("reset-to-defaults.css");
|
|
|
|
|
|
|
|
GtkButton {
|
|
|
|
background-color: red;
|
2012-11-13 20:41:08 +00:00
|
|
|
border-color: lime;
|
2012-01-17 16:09:30 +00:00
|
|
|
border-width: 1px;
|
2012-01-06 15:34:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.button-top-left {
|
|
|
|
border-style: solid none none solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-top-right {
|
|
|
|
border-style: solid solid none none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-bottom-left {
|
|
|
|
border-style: none none solid solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-bottom-right {
|
|
|
|
border-style: none solid solid none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-border {
|
|
|
|
border-style: solid;
|
|
|
|
}
|