Skip to content

Commit

Permalink
Fix #7710 #7623 (#7711)
Browse files Browse the repository at this point in the history
  • Loading branch information
buunsal committed Aug 16, 2021
1 parent cf041cd commit 96b06ee
Show file tree
Hide file tree
Showing 10 changed files with 170 additions and 90 deletions.
Expand Up @@ -3383,9 +3383,6 @@ body .ui-inputfield {
-webkit-appearance: none;
appearance: none;
}
body .ui-inputfield.ui-state-error {
border-color: #ef9a9a;
}
body .ui-inputfield.ui-state-hover {
border-color: #90CAF9;
}
Expand All @@ -3394,6 +3391,9 @@ body .ui-inputfield.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0 1px #b1dafb;
}
body .ui-inputfield.ui-state-error {
border-color: #ef9a9a;
}
body .ui-input-filled .ui-inputfield, body.ui-input-filled .ui-inputfield {
background-color: #383838;
}
Expand Down Expand Up @@ -3447,6 +3447,14 @@ body .ui-inputgroup > .ui-widget,
body .ui-inputgroup > .ui-float-label > .ui-widget {
border-radius: 0;
}
body .ui-inputgroup > .ui-widget.ui-state-focus,
body .ui-inputgroup > .ui-float-label > .ui-widget.ui-state-focus {
z-index: 1;
}
body .ui-inputgroup > .ui-widget.ui-state-focus ~ label,
body .ui-inputgroup > .ui-float-label > .ui-widget.ui-state-focus ~ label {
z-index: 1;
}
body .ui-inputgroup .ui-inputgroup-addon-checkbox {
padding: 0;
position: relative;
Expand Down Expand Up @@ -3817,9 +3825,6 @@ body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon:before {
content: "";
}
body .ui-selectcheckboxmenu.ui-state-error {
border-color: #ef9a9a;
}
body .ui-selectcheckboxmenu.ui-state-hover {
border-color: #90CAF9;
}
Expand All @@ -3828,6 +3833,9 @@ body .ui-selectcheckboxmenu.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0 1px #b1dafb;
}
body .ui-selectcheckboxmenu.ui-state-error {
border-color: #ef9a9a;
}
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-multiple-container.ui-inputfield {
padding: 0.5rem 0.5rem;
padding-right: 2.357rem;
Expand Down Expand Up @@ -4132,9 +4140,6 @@ body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon:before {
content: "";
}
body .ui-selectonemenu.ui-state-error {
border-color: #ef9a9a;
}
body .ui-selectonemenu.ui-state-hover {
border-color: #90CAF9;
}
Expand All @@ -4143,6 +4148,9 @@ body .ui-selectonemenu.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0 1px #b1dafb;
}
body .ui-selectonemenu.ui-state-error {
border-color: #ef9a9a;
}
body .ui-fluid .ui-selectonemenu-label {
width: calc(100% - 2.357rem);
padding: 0.5rem 0.5rem;
Expand Down
Expand Up @@ -3386,9 +3386,6 @@ body .ui-inputfield {
-webkit-appearance: none;
appearance: none;
}
body .ui-inputfield.ui-state-error {
border-color: #e57373;
}
body .ui-inputfield.ui-state-hover {
border-color: #FFE082;
}
Expand All @@ -3397,6 +3394,9 @@ body .ui-inputfield.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0.1rem white;
}
body .ui-inputfield.ui-state-error {
border-color: #e57373;
}
body .ui-input-filled .ui-inputfield, body.ui-input-filled .ui-inputfield {
background-color: #4b4b4b;
}
Expand Down Expand Up @@ -3450,6 +3450,14 @@ body .ui-inputgroup > .ui-widget,
body .ui-inputgroup > .ui-float-label > .ui-widget {
border-radius: 0;
}
body .ui-inputgroup > .ui-widget.ui-state-focus,
body .ui-inputgroup > .ui-float-label > .ui-widget.ui-state-focus {
z-index: 1;
}
body .ui-inputgroup > .ui-widget.ui-state-focus ~ label,
body .ui-inputgroup > .ui-float-label > .ui-widget.ui-state-focus ~ label {
z-index: 1;
}
body .ui-inputgroup .ui-inputgroup-addon-checkbox {
padding: 0;
position: relative;
Expand Down Expand Up @@ -3823,9 +3831,6 @@ body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon:before {
content: "";
}
body .ui-selectcheckboxmenu.ui-state-error {
border-color: #e57373;
}
body .ui-selectcheckboxmenu.ui-state-hover {
border-color: #FFE082;
}
Expand All @@ -3834,6 +3839,9 @@ body .ui-selectcheckboxmenu.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0.1rem white;
}
body .ui-selectcheckboxmenu.ui-state-error {
border-color: #e57373;
}
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-multiple-container.ui-inputfield {
padding: 0.429rem 0.429rem;
padding-right: 2.357rem;
Expand Down Expand Up @@ -4138,9 +4146,6 @@ body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon:before {
content: "";
}
body .ui-selectonemenu.ui-state-error {
border-color: #e57373;
}
body .ui-selectonemenu.ui-state-hover {
border-color: #FFE082;
}
Expand All @@ -4149,6 +4154,9 @@ body .ui-selectonemenu.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0.1rem white;
}
body .ui-selectonemenu.ui-state-error {
border-color: #e57373;
}
body .ui-fluid .ui-selectonemenu-label {
width: calc(100% - 2.357rem);
padding: 0.429rem 0.429rem;
Expand Down
Expand Up @@ -3386,9 +3386,6 @@ body .ui-inputfield {
-webkit-appearance: none;
appearance: none;
}
body .ui-inputfield.ui-state-error {
border-color: #e57373;
}
body .ui-inputfield.ui-state-hover {
border-color: #81D4FA;
}
Expand All @@ -3397,6 +3394,9 @@ body .ui-inputfield.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0.1rem white;
}
body .ui-inputfield.ui-state-error {
border-color: #e57373;
}
body .ui-input-filled .ui-inputfield, body.ui-input-filled .ui-inputfield {
background-color: #4b4b4b;
}
Expand Down Expand Up @@ -3450,6 +3450,14 @@ body .ui-inputgroup > .ui-widget,
body .ui-inputgroup > .ui-float-label > .ui-widget {
border-radius: 0;
}
body .ui-inputgroup > .ui-widget.ui-state-focus,
body .ui-inputgroup > .ui-float-label > .ui-widget.ui-state-focus {
z-index: 1;
}
body .ui-inputgroup > .ui-widget.ui-state-focus ~ label,
body .ui-inputgroup > .ui-float-label > .ui-widget.ui-state-focus ~ label {
z-index: 1;
}
body .ui-inputgroup .ui-inputgroup-addon-checkbox {
padding: 0;
position: relative;
Expand Down Expand Up @@ -3823,9 +3831,6 @@ body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon:before {
content: "";
}
body .ui-selectcheckboxmenu.ui-state-error {
border-color: #e57373;
}
body .ui-selectcheckboxmenu.ui-state-hover {
border-color: #81D4FA;
}
Expand All @@ -3834,6 +3839,9 @@ body .ui-selectcheckboxmenu.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0.1rem white;
}
body .ui-selectcheckboxmenu.ui-state-error {
border-color: #e57373;
}
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-multiple-container.ui-inputfield {
padding: 0.429rem 0.429rem;
padding-right: 2.357rem;
Expand Down Expand Up @@ -4138,9 +4146,6 @@ body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon:before {
content: "";
}
body .ui-selectonemenu.ui-state-error {
border-color: #e57373;
}
body .ui-selectonemenu.ui-state-hover {
border-color: #81D4FA;
}
Expand All @@ -4149,6 +4154,9 @@ body .ui-selectonemenu.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0.1rem white;
}
body .ui-selectonemenu.ui-state-error {
border-color: #e57373;
}
body .ui-fluid .ui-selectonemenu-label {
width: calc(100% - 2.357rem);
padding: 0.429rem 0.429rem;
Expand Down
Expand Up @@ -3386,9 +3386,6 @@ body .ui-inputfield {
-webkit-appearance: none;
appearance: none;
}
body .ui-inputfield.ui-state-error {
border-color: #e57373;
}
body .ui-inputfield.ui-state-hover {
border-color: #C5E1A5;
}
Expand All @@ -3397,6 +3394,9 @@ body .ui-inputfield.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0.1rem white;
}
body .ui-inputfield.ui-state-error {
border-color: #e57373;
}
body .ui-input-filled .ui-inputfield, body.ui-input-filled .ui-inputfield {
background-color: #4b4b4b;
}
Expand Down Expand Up @@ -3450,6 +3450,14 @@ body .ui-inputgroup > .ui-widget,
body .ui-inputgroup > .ui-float-label > .ui-widget {
border-radius: 0;
}
body .ui-inputgroup > .ui-widget.ui-state-focus,
body .ui-inputgroup > .ui-float-label > .ui-widget.ui-state-focus {
z-index: 1;
}
body .ui-inputgroup > .ui-widget.ui-state-focus ~ label,
body .ui-inputgroup > .ui-float-label > .ui-widget.ui-state-focus ~ label {
z-index: 1;
}
body .ui-inputgroup .ui-inputgroup-addon-checkbox {
padding: 0;
position: relative;
Expand Down Expand Up @@ -3823,9 +3831,6 @@ body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon:before {
content: "";
}
body .ui-selectcheckboxmenu.ui-state-error {
border-color: #e57373;
}
body .ui-selectcheckboxmenu.ui-state-hover {
border-color: #C5E1A5;
}
Expand All @@ -3834,6 +3839,9 @@ body .ui-selectcheckboxmenu.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0.1rem white;
}
body .ui-selectcheckboxmenu.ui-state-error {
border-color: #e57373;
}
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-multiple-container.ui-inputfield {
padding: 0.429rem 0.429rem;
padding-right: 2.357rem;
Expand Down Expand Up @@ -4138,9 +4146,6 @@ body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon:before {
content: "";
}
body .ui-selectonemenu.ui-state-error {
border-color: #e57373;
}
body .ui-selectonemenu.ui-state-hover {
border-color: #C5E1A5;
}
Expand All @@ -4149,6 +4154,9 @@ body .ui-selectonemenu.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0.1rem white;
}
body .ui-selectonemenu.ui-state-error {
border-color: #e57373;
}
body .ui-fluid .ui-selectonemenu-label {
width: calc(100% - 2.357rem);
padding: 0.429rem 0.429rem;
Expand Down
Expand Up @@ -3386,9 +3386,6 @@ body .ui-inputfield {
-webkit-appearance: none;
appearance: none;
}
body .ui-inputfield.ui-state-error {
border-color: #e57373;
}
body .ui-inputfield.ui-state-hover {
border-color: #F48FB1;
}
Expand All @@ -3397,6 +3394,9 @@ body .ui-inputfield.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0.1rem white;
}
body .ui-inputfield.ui-state-error {
border-color: #e57373;
}
body .ui-input-filled .ui-inputfield, body.ui-input-filled .ui-inputfield {
background-color: #4b4b4b;
}
Expand Down Expand Up @@ -3450,6 +3450,14 @@ body .ui-inputgroup > .ui-widget,
body .ui-inputgroup > .ui-float-label > .ui-widget {
border-radius: 0;
}
body .ui-inputgroup > .ui-widget.ui-state-focus,
body .ui-inputgroup > .ui-float-label > .ui-widget.ui-state-focus {
z-index: 1;
}
body .ui-inputgroup > .ui-widget.ui-state-focus ~ label,
body .ui-inputgroup > .ui-float-label > .ui-widget.ui-state-focus ~ label {
z-index: 1;
}
body .ui-inputgroup .ui-inputgroup-addon-checkbox {
padding: 0;
position: relative;
Expand Down Expand Up @@ -3823,9 +3831,6 @@ body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon:before {
content: "";
}
body .ui-selectcheckboxmenu.ui-state-error {
border-color: #e57373;
}
body .ui-selectcheckboxmenu.ui-state-hover {
border-color: #F48FB1;
}
Expand All @@ -3834,6 +3839,9 @@ body .ui-selectcheckboxmenu.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0.1rem white;
}
body .ui-selectcheckboxmenu.ui-state-error {
border-color: #e57373;
}
body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-multiple-container.ui-inputfield {
padding: 0.429rem 0.429rem;
padding-right: 2.357rem;
Expand Down Expand Up @@ -4138,9 +4146,6 @@ body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon:before {
content: "";
}
body .ui-selectonemenu.ui-state-error {
border-color: #e57373;
}
body .ui-selectonemenu.ui-state-hover {
border-color: #F48FB1;
}
Expand All @@ -4149,6 +4154,9 @@ body .ui-selectonemenu.ui-state-focus {
outline: 0 none;
box-shadow: 0 0 0.1rem white;
}
body .ui-selectonemenu.ui-state-error {
border-color: #e57373;
}
body .ui-fluid .ui-selectonemenu-label {
width: calc(100% - 2.357rem);
padding: 0.429rem 0.429rem;
Expand Down

0 comments on commit 96b06ee

Please sign in to comment.