Skip to content

Commit af60cfa

Browse files
committed
Updated default_styles css
1 parent b7f2ba2 commit af60cfa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

esp/public/media/default_styles/scheduling_checks.css

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
table { border-spacing: 0; }
2+
td { padding: 10px; cursor: pointer; }
3+
th { cursor: pointer; }
4+
15
.scheduling-check {
26
border: 1px solid black;
37
padding: 10px;
@@ -14,6 +18,11 @@
1418
font-size: 14px;
1519
}
1620

21+
.reset-button {
22+
margin-left: auto;
23+
float: right;
24+
}
25+
1726
.refresh-button {
1827
margin-left: auto;
1928
float: right;
@@ -22,3 +31,15 @@
2231
.placeholder {
2332
text-align: center;
2433
}
34+
35+
.rowGreyed {
36+
color: lightgray;
37+
}
38+
39+
.headerSelected {
40+
color: blue;
41+
}
42+
43+
.sortReversed {
44+
color: red;
45+
}

0 commit comments

Comments
 (0)