Commit 7a74e82c847d2cd6643d757f8100aa2f4e00cf59

Authored by Eugeny Galkovskiy
1 parent 13bab85f

123

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -1086,8 +1086,8 @@ footer .socbuts a:hover{
1086 1086 background-repeat: no-repeat;
1087 1087 padding-left: 15px;
1088 1088 }
1089   -.orderform-username input[type="checkbox"]{
1090   - display: none;
  1089 +.orderform-username input[type=checkbox]{
  1090 + display: none!important;
1091 1091 }
1092 1092 .spoiler .form-group{
1093 1093 margin-bottom:2px;
... ...