Skip to content

Commit 109ba2d

Browse files
authored
Update code.css
1 parent 65f9dd7 commit 109ba2d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

code.css

+13-2
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,12 @@ select {
275275
box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
276276
height: 32px;
277277
}
278+
.table-striped > tbody > tr:nth-of-type(2n+1) {
279+
background-color: #fff;
280+
}
281+
.table-hover > tbody > tr:hover {
282+
background-color: #fff;
283+
}
278284
td[class="day"] {
279285
background-color: rgb(45, 136, 189);
280286
line-height: 1.42857143 !important;
@@ -652,8 +658,13 @@ input {
652658
color: #fff;
653659
}
654660
.badge {
655-
background-color: #fff0;
656-
color: #222d32;
661+
margin-top: 35%;
662+
border: none !important;
663+
background-color: #222d32;
664+
color: #fff;
665+
border-radius: 3px 3px 3px 3px;
666+
min-width: 50%;
667+
padding: 10px 0 !important;
657668
}
658669
select {
659670
overflow: hidden;

0 commit comments

Comments
 (0)