mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
set style on um-last and next button
This commit is contained in:
parent
3547c09a16
commit
99a47b0739
@ -63,6 +63,27 @@ table.agent_info_table tr {
|
|||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#um-next:hover,
|
||||||
|
#um-last:hover {
|
||||||
|
border: 1px solid #888 !important;
|
||||||
|
}
|
||||||
|
#um-next,
|
||||||
|
#um-last {
|
||||||
|
background-color: #111 !important;
|
||||||
|
color: #fff !important;
|
||||||
|
font-weight: 500;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 92% 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-left: 15px;
|
||||||
|
border: 1px solid #333 !important;
|
||||||
|
cursor: pointer;
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
input[readonly] {
|
input[readonly] {
|
||||||
background-color: #444 !important;
|
background-color: #444 !important;
|
||||||
color: #a2a2a2 !important;
|
color: #a2a2a2 !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user