Update 'keyhelp_theme.txt'

select and input [disabled] - color changing to  #DF691A
This commit is contained in:
keyhelpuser 2023-01-22 18:02:36 +00:00
parent e3dccb8b91
commit add27dd3e4
1 changed files with 2 additions and 2 deletions

View File

@ -444,12 +444,12 @@ pre {
select[disabled] {
color: #0d0d0d !important;
border-color: #DF691A !important;
background-color: #48C774 !important;
background-color: #DF691A !important;
}
input[disabled], input[readonly], textarea[disabled], select[disabled] {
color: #0d0d0d !important;
border-color: #DF691A !important;
background-color: #48C774 !important;
background-color: #DF691A !important;
}
.fa-stack {
display: inline-block;