Skip to content

Commit b3c99ca

Browse files
Dashboard CSS tweaks for consistency/improvements (#5123)
1 parent 8f7bc48 commit b3c99ca

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

web/assets/stylesheets/application.css

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body {
2121
a {
2222
color: #b1003e;
2323
}
24-
a:active, a:hover {
24+
a:active, a:hover, a:focus {
2525
color: #4b001a;
2626
}
2727

@@ -89,11 +89,10 @@ header.row .pagination {
8989
.summary_bar .summary {
9090
margin-top: 12px;
9191
background-color: #fff;
92-
box-shadow: 0 0 5px rgba(50, 50, 50, 0.25);
9392
border-radius: 4px;
93+
border: 1px solid rgba(0, 0, 0, 0.1);
9494
padding: 8px;
9595
margin-bottom: 10px;
96-
border-width: 0;
9796
}
9897
.poll-wrapper {
9998
margin: 9px;
@@ -350,6 +349,7 @@ img.smallogo {
350349
text-align: center;
351350
margin-right: 20px;
352351
border: 1px solid rgba(0, 0, 0, 0.1);
352+
border-radius: 4px;
353353
padding: 5px;
354354
width: 150px;
355355
margin-bottom: 20px;
@@ -405,8 +405,6 @@ span.current-interval {
405405

406406
div.interval-slider input {
407407
width: 160px;
408-
height: 3px;
409-
margin-top: 5px;
410408
border-radius: 2px;
411409
background: currentcolor;
412410
}

0 commit comments

Comments
 (0)