mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
fee8f6b9be
We weren't setting CSS back to defaults, so the border highlight transition would be at different stages when the 2 snapshots happened.
19 lines
214 B
CSS
19 lines
214 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
widget {
|
|
border-right-width: 5px;
|
|
}
|
|
|
|
entry {
|
|
border-width: 10px 20px;
|
|
}
|
|
|
|
entry {
|
|
border-left-width: 10px;
|
|
border-right-width: 10px;
|
|
}
|
|
|
|
#reference {
|
|
border-width: 10px;
|
|
}
|