kaoritokashiki пре 5 година
родитељ
комит
06761abb66
1 измењених фајлова са 5 додато и 4 уклоњено
  1. 5 4
      src/client/styles/scss/_on-edit.scss

+ 5 - 4
src/client/styles/scss/_on-edit.scss

@@ -317,13 +317,14 @@ body.on-edit {
 }
 }
 
 
 .grid-bg-col {
 .grid-bg-col {
-  border-right: 5px solid yellow;
-  border-left: 5px solid yellow;
+  border-right: 5px solid white;
+  border-left: 5px solid white;
 }
 }
 
 
 .grid-editable-col {
 .grid-editable-col {
-  border-right: 5px solid purple;
-  border-left: 5px solid purple;
+  border-right: 5px solid white;
+  border-left: 5px solid white;
+  // border: 10px solid white;
 }
 }
 
 
 .bg-wrapper {
 .bg-wrapper {