Update border for radio box

Brightcells 7 jaren geleden
bovenliggende
commit
fbf9dbd4d2
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4 4
      page/static/page/css/weui.ext.css

+ 4 - 4
page/static/page/css/weui.ext.css

@@ -30,9 +30,9 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
30 30
 /*.radio_cells>div:first-child .quartern:after {*/
31 31
     /*border-left: none;*/
32 32
 /*}*/
33
-/*.radio_cells>div:last-child .quartern:after {*/
34
-    /*border-right: none;*/
35
-/*}*/
33
+.radio_cells>div:last-child .quartern:after {
34
+    border-right: none;
35
+}
36 36
 /* Quartern */
37 37
 .quartern {
38 38
     width: 25%;
@@ -48,7 +48,7 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
48 48
     position: absolute;
49 49
     top: 0;
50 50
     left: 0;
51
-    border: 1px solid rgba(0, 0, 0, 0.2);
51
+    border-right: 1px solid rgba(0, 0, 0, 0.2);
52 52
     /*border-width: 0 1px 0 1px;*/
53 53
     /*border-color: rgba(0, 0, 0, 0.2);*/
54 54
     /*border-style: solid;*/