summaryrefslogtreecommitdiff
path: root/web/share/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/share/css/main.css')
-rw-r--r--web/share/css/main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/share/css/main.css b/web/share/css/main.css
index f5f0db75..7102420e 100644
--- a/web/share/css/main.css
+++ b/web/share/css/main.css
@@ -152,8 +152,14 @@ div.buttons-row {
width: 16.66%
}
.row50:not(:first-child), .row25:not(:first-child), .row16:not(:first-child) {
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0;
border-left: var(--border-control-thin);
}
+.row50:not(:last-child), .row25:not(:last-child), .row16:not(:last-child) {
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+}
ul.footer {
list-style-type: none;