Update frontend/src/App.css
Browse files- frontend/src/App.css +2 -2
frontend/src/App.css
CHANGED
@@ -125,14 +125,14 @@ tr:nth-child(even) {
|
|
125 |
width: 100%;
|
126 |
height: 24px;
|
127 |
background: #eee;
|
128 |
-
border-radius:
|
129 |
overflow: hidden;
|
130 |
position: relative;
|
131 |
}
|
132 |
|
133 |
.vanilla-bar {
|
134 |
height: 14px;
|
135 |
-
border-radius:
|
136 |
opacity: 0.6;
|
137 |
}
|
138 |
|
|
|
125 |
width: 100%;
|
126 |
height: 24px;
|
127 |
background: #eee;
|
128 |
+
border-radius: 5px;
|
129 |
overflow: hidden;
|
130 |
position: relative;
|
131 |
}
|
132 |
|
133 |
.vanilla-bar {
|
134 |
height: 14px;
|
135 |
+
border-radius: 3px;
|
136 |
opacity: 0.6;
|
137 |
}
|
138 |
|