Skip to content

Commit 6b011bb

Browse files
authored
Update style.css
1 parent 2641a68 commit 6b011bb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

style.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,21 @@ tbody tr:nth-child(even) {
9595
#myTable_filter label input{
9696
background: #b2b2b2 !important;
9797
}
98+
99+
#resetFilters{
100+
background-color: #630000;
101+
color: white;
102+
padding: 10px 20px;
103+
margin-bottom: 20px;
104+
border: none;
105+
border-radius: 5px;
106+
cursor: pointer;
107+
}
108+
#resetFilters:hover{
109+
background-color: #800000;
110+
}
111+
112+
th.filtered {
113+
background-color: #787878;
114+
color: #000;
115+
}

0 commit comments

Comments
 (0)