mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
de239ca31b
This will make it easier to fix issues with such buttons in HighContrast.
10 lines
121 B
CSS
10 lines
121 B
CSS
.circular-button {
|
|
border-radius: 20px;
|
|
outline-radius: 20px;
|
|
}
|
|
|
|
.small-button {
|
|
padding: 0;
|
|
outline-width: 0;
|
|
}
|