Style fixes
This commit is contained in:
@@ -8772,8 +8772,8 @@ html[theme="default"] select.form-control.input-lg {
|
|||||||
}
|
}
|
||||||
html[theme="default"] select:focus,
|
html[theme="default"] select:focus,
|
||||||
html[theme="default"] select.form-control:focus {
|
html[theme="default"] select.form-control:focus {
|
||||||
-webkit-box-shadow: inset 0 -2px 0 #acd5e3;
|
-webkit-box-shadow: inset 0 -2px 0 #f59f86;
|
||||||
box-shadow: inset 0 -2px 0 #acd5e3;
|
box-shadow: inset 0 -2px 0 #f59f86;
|
||||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
|
||||||
}
|
}
|
||||||
html[theme="default"] select[multiple],
|
html[theme="default"] select[multiple],
|
||||||
@@ -8847,7 +8847,7 @@ html[theme="default"] .radio-inline input[type="radio"]:before {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: -3px;
|
top: -3px;
|
||||||
background-color: #acd5e3;
|
background-color: #e54c75;
|
||||||
-webkit-transform: scale(0);
|
-webkit-transform: scale(0);
|
||||||
-ms-transform: scale(0);
|
-ms-transform: scale(0);
|
||||||
-o-transform: scale(0);
|
-o-transform: scale(0);
|
||||||
@@ -8881,7 +8881,7 @@ html[theme="default"] .radio-inline input[type="radio"]:disabled:checked:before
|
|||||||
html[theme="default"] input[type="radio"]:checked:after,
|
html[theme="default"] input[type="radio"]:checked:after,
|
||||||
html[theme="default"] .radio input[type="radio"]:checked:after,
|
html[theme="default"] .radio input[type="radio"]:checked:after,
|
||||||
html[theme="default"] .radio-inline input[type="radio"]:checked:after {
|
html[theme="default"] .radio-inline input[type="radio"]:checked:after {
|
||||||
border-color: #acd5e3;
|
border-color: #e54c75;
|
||||||
}
|
}
|
||||||
html[theme="default"] input[type="radio"]:disabled:after,
|
html[theme="default"] input[type="radio"]:disabled:after,
|
||||||
html[theme="default"] .radio input[type="radio"]:disabled:after,
|
html[theme="default"] .radio input[type="radio"]:disabled:after,
|
||||||
@@ -8921,7 +8921,7 @@ html[theme="default"] .checkbox-inline input[type="checkbox"]:focus {
|
|||||||
html[theme="default"] input[type="checkbox"]:focus:before,
|
html[theme="default"] input[type="checkbox"]:focus:before,
|
||||||
html[theme="default"] .checkbox input[type="checkbox"]:focus:before,
|
html[theme="default"] .checkbox input[type="checkbox"]:focus:before,
|
||||||
html[theme="default"] .checkbox-inline input[type="checkbox"]:focus:before {
|
html[theme="default"] .checkbox-inline input[type="checkbox"]:focus:before {
|
||||||
border-color: #acd5e3;
|
border-color: #e54c75;
|
||||||
}
|
}
|
||||||
html[theme="default"] input[type="checkbox"]:after,
|
html[theme="default"] input[type="checkbox"]:after,
|
||||||
html[theme="default"] .checkbox input[type="checkbox"]:after,
|
html[theme="default"] .checkbox input[type="checkbox"]:after,
|
||||||
@@ -9103,10 +9103,10 @@ html[theme="default"] .alert {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
html[theme="default"] .alert-success {
|
html[theme="default"] .alert-success {
|
||||||
background-color: #32ad52;
|
background-color: #22c55e;
|
||||||
}
|
}
|
||||||
html[theme="default"] .alert-info {
|
html[theme="default"] .alert-info {
|
||||||
background-color: #e54c75;
|
background-color: #22c55e;
|
||||||
}
|
}
|
||||||
html[theme="default"] .alert-warning {
|
html[theme="default"] .alert-warning {
|
||||||
background-color: #e78e42;
|
background-color: #e78e42;
|
||||||
|
|||||||
Reference in New Issue
Block a user