mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
implement events pagination
This commit is contained in:
parent
cc6c68957c
commit
995d4bde54
10 changed files with 388 additions and 22 deletions
|
|
@ -103,13 +103,25 @@ a.label-green:hover {
|
|||
background-color: #65916d;
|
||||
}
|
||||
|
||||
.button {
|
||||
border: transparent 1px solid;
|
||||
.button,
|
||||
a.button,
|
||||
a.button:active,
|
||||
a.button:visited,
|
||||
a.button:hover {
|
||||
background: #5d627d;
|
||||
border: #5d627d 1px solid;
|
||||
color: #ccc;
|
||||
padding: 6px 8px;
|
||||
border-radius: 3px;
|
||||
padding: 8px;
|
||||
opacity: .96;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.button-green {
|
||||
.button-green,
|
||||
a.button-green,
|
||||
a.button-green:active,
|
||||
a.button-green:visited,
|
||||
a.button-green:hover {
|
||||
color: #fff;
|
||||
background-color: #65916d;
|
||||
border: #65916d 1px solid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue