summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 0d74003..3649075 100644
--- a/src/style.css
+++ b/src/style.css
@@ -826,3 +826,22 @@ div .country-table:not(:first-child) {
#lang-button {
display: none;
}
+
+.error-table tbody td:nth-child(2) {
+ border: none;
+}
+
+.error-table tbody tr:first-child td:last-child {
+ border-top: none;
+ border-top-left-radius: 16px;
+}
+
+.error-table tbody tr:last-child td:last-child {
+ border-bottom: none;
+ border-bottom-left-radius: 16px;
+}
+
+.error-table tbody td:last-child {
+ border-left: none;
+ border-right: none;
+}