set style on um-last and next button

This commit is contained in:
Marcos Alconada 2021-09-10 07:49:40 +00:00
parent 3547c09a16
commit 99a47b0739
1 changed files with 21 additions and 0 deletions

View File

@ -63,6 +63,27 @@ table.agent_info_table tr {
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] {
background-color: #444 !important;
color: #a2a2a2 !important;