forked from AuroraMiddleware/gtk
281ce813fc
Checks the fix from last commit: background area is supposed to be the border box.
20 lines
280 B
CSS
20 lines
280 B
CSS
* {
|
|
engine: none;
|
|
border-radius: 0;
|
|
border-style: none;
|
|
border-image: none;
|
|
background-image: none;
|
|
}
|
|
|
|
GtkButton {
|
|
background-color: green;
|
|
border-style: solid;
|
|
border-color: rgba(255,0,0,0.6);
|
|
border-width: 4;
|
|
}
|
|
|
|
#reference {
|
|
border-color: rgb(153,102,0);
|
|
}
|
|
|