Enforce rounded corners only on Adwaita theme

Adwaita does not have rounded corners yet, but will have soon. Enforce rounded corners in the app only for Adwaita to avoid bumping min required GTK version.
This commit is contained in:
Rafał Dzięgiel
2021-02-12 12:19:43 +01:00
parent 46e8bef7b8
commit bb8ae47a66
2 changed files with 18 additions and 0 deletions

View File

@@ -18,6 +18,18 @@ radio {
.gtk402 .osd trough highlight {
border-color: inherit;
}
.adwrounded.csd {
border-radius: 8px;
}
.adwrounded.fullscreen,
.adwrounded.maximized,
.adwrounded.tiled,
.adwrounded.tiled-top,
.adwrounded.tiled-left,
.adwrounded.tiled-right,
.adwrounded.tiled-bottom {
border-radius: 0px;
}
.tvmode popover box {
text-shadow: none;