mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-08-22 04:32:23 +00:00
Clean up custom.css
This commit is contained in:
parent
601dd18cd8
commit
8be6c03d38
@ -17,17 +17,20 @@ body {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*table tr td a {
|
|
||||||
display: block;
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
table tr td {
|
table tr td {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pager-active {
|
||||||
|
color: darkcyan;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pager-inactive {
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* table links */
|
/* table links */
|
||||||
a,
|
a,
|
||||||
a:hover,
|
a:hover,
|
||||||
@ -38,11 +41,3 @@ a:focus {
|
|||||||
tr.hover {
|
tr.hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pager-active {
|
|
||||||
color: darkcyan;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager-inactive {
|
|
||||||
color: transparent;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user