This commit is contained in:
gilbn 2020-08-20 23:59:40 +02:00
parent c66eb88067
commit 71b8c03643

View File

@ -864,11 +864,6 @@ input.Button
cursor:pointer; cursor:pointer;
display:inline; display:inline;
font-weight:700; font-weight:700;
text-transform:uppercase;
height:21px;
line-height:2px;
margin:0 10px 0 5px;
padding:0;
text-shadow:none text-shadow:none
} }
@ -1506,3 +1501,31 @@ div#logoffDlg div.dlg-header { background-image: url(https://raw.githubuserconte
color: #fff !important; color: #fff !important;
outline: none !important; outline: none !important;
} }
#dlgEditRatioRules .rf_rru, #dlgEditRules .rf_rur {
background-color: transparent;
}
#dlgEditRatioRules .lf_rru li input.TextboxFocus, #dlgEditRules .lf_rur li input.TextboxFocus {
background-color: rgb(255 255 255 / 25%);
color: #FFF;
}
#dlgEditRatioRules .lf_rru li input.TextboxNormal, #dlgEditRules .lf_rur li input.TextboxNormal {
background-color: rgb(255 255 255 / .08) !important;
color: #FFF;
}
.autodl-listbox {
border: 1px solid rgb(255 255 255 / 8%);
background-color: transparent;
}
#autodl-filters {
width: 800px !important;
}
div#dlgEditRules-header, #dlgEditRatioRules-header, div#dlgEditRules div.dlg-header {
background: rgba(0, 0, 0, 0.25) !important;
}