Hyoung-Kyu Song
commited on
Commit
·
1ac9955
1
Parent(s):
c70b644
update border for group
Browse files
main.css
CHANGED
@@ -52,4 +52,8 @@ input[type="range"] {
|
|
52 |
button.selected {
|
53 |
border: 0px !important;
|
54 |
border-bottom: 2px solid var(--checkbox-background-color) !important;
|
|
|
|
|
|
|
|
|
55 |
}
|
|
|
52 |
button.selected {
|
53 |
border: 0px !important;
|
54 |
border-bottom: 2px solid var(--checkbox-background-color) !important;
|
55 |
+
}
|
56 |
+
|
57 |
+
.gr-group {
|
58 |
+
border: 1px solid var(--checkbox-background-color) !important;
|
59 |
}
|