1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Dashboard CSS tweaks for consistency/improvements ()

This commit is contained in:
Brandon Hilkert 2022-01-17 17:16:10 -08:00 committed by GitHub
parent 8f7bc484c0
commit b3c99ca11c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ body {
a {
color: #b1003e;
}
a:active, a:hover {
a:active, a:hover, a:focus {
color: #4b001a;
}
@ -89,11 +89,10 @@ header.row .pagination {
.summary_bar .summary {
margin-top: 12px;
background-color: #fff;
box-shadow: 0 0 5px rgba(50, 50, 50, 0.25);
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 8px;
margin-bottom: 10px;
border-width: 0;
}
.poll-wrapper {
margin: 9px;
@ -350,6 +349,7 @@ img.smallogo {
text-align: center;
margin-right: 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 4px;
padding: 5px;
width: 150px;
margin-bottom: 20px;
@ -405,8 +405,6 @@ span.current-interval {
div.interval-slider input {
width: 160px;
height: 3px;
margin-top: 5px;
border-radius: 2px;
background: currentcolor;
}