Replace whitespaces with tabs in CSS files
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
@CHARSET "UTF-8";
|
@CHARSET "UTF-8";
|
||||||
|
|
||||||
/* Form styles */
|
/* Form styles */
|
||||||
|
|
||||||
form ul li {
|
form ul li {
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
@CHARSET "UTF-8";
|
@CHARSET "UTF-8";
|
||||||
|
|
||||||
/* Table styles */
|
/* Table styles */
|
||||||
|
|
||||||
table {
|
table {
|
||||||
@@ -44,19 +45,19 @@ table .odd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table .even {
|
table .even {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
table .hover {
|
table .hover {
|
||||||
background: #f0f0f0 !important;
|
background: #f0f0f0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
table tbody tr:nth-child(even) {
|
table tbody tr:nth-child(even) {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
table tbody tr:nth-child(odd) {
|
table tbody tr:nth-child(odd) {
|
||||||
background: #f6f6f6;
|
background: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.drag_handle {
|
td.drag_handle {
|
||||||
|
|||||||
Reference in New Issue
Block a user