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

22 lines
230 B
CSS
Raw Normal View History

* {
engine: none;
border-radius: 0;
}
GtkWidget {
2012-01-17 16:09:30 +00:00
border-right-width: 5px;
}
GtkEntry {
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;
}