gtk2/testsuite/reftests/shorthand-entry-border.css

21 lines
210 B
CSS
Raw Normal View History

* {
border-radius: 0;
}
GtkWidget {
2012-01-17 16:09:30 +00:00
border-right-width: 5px;
}
entry {
2012-01-17 16:09:30 +00:00
border-width: 10px 20px;
}
entry {
2012-01-17 16:09:30 +00:00
border-left-width: 10px;
border-right-width: 10px;
}
#reference {
2012-01-17 16:09:30 +00:00
border-width: 10px;
}