Hyoung-Kyu Song
commited on
Commit
·
c70b644
1
Parent(s):
e32e55b
update css: fix color for focused tab
Browse files
main.css
CHANGED
@@ -41,7 +41,15 @@ h1, h2, h3 {
|
|
41 |
|
42 |
}
|
43 |
|
|
|
44 |
/* Better visibility at gr.Slider */
|
45 |
input[type="range"] {
|
46 |
background-color: var(--checkbox-background-color) !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
}
|
|
|
41 |
|
42 |
}
|
43 |
|
44 |
+
|
45 |
/* Better visibility at gr.Slider */
|
46 |
input[type="range"] {
|
47 |
background-color: var(--checkbox-background-color) !important;
|
48 |
+
}
|
49 |
+
|
50 |
+
|
51 |
+
/* Add color for focused tab */
|
52 |
+
button.selected {
|
53 |
+
border: 0px !important;
|
54 |
+
border-bottom: 2px solid var(--checkbox-background-color) !important;
|
55 |
}
|