mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
cobalt.css: fix blurry text on modal contents
This commit is contained in:
parent
1dda4e30f4
commit
177fa3c150
1 changed files with 1 additions and 1 deletions
|
@ -966,7 +966,7 @@ button:active,
|
||||||
}
|
}
|
||||||
.popup,
|
.popup,
|
||||||
.scrollable #popup-content {
|
.scrollable #popup-content {
|
||||||
border-radius: 8px / 9px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
#popup-header .glass-bkg {
|
#popup-header .glass-bkg {
|
||||||
border-top-left-radius: 8px 9px;
|
border-top-left-radius: 8px 9px;
|
||||||
|
|
Loading…
Reference in a new issue