Browse Source

style tweak

trethaller 4 years ago
parent
commit
649fc773b8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      bin/style.css
  2. 1 1
      bin/style.less

+ 1 - 1
bin/style.css

@@ -725,7 +725,7 @@ input[type=checkbox]:checked:after {
 }
 .hide-properties .group > .title {
   text-align: center;
-  background-color: #1e1e1e;
+  background-color: #151515;
   cursor: pointer;
   user-select: none;
   padding: 1px;

+ 1 - 1
bin/style.less

@@ -810,7 +810,7 @@ input[type=checkbox] {
 	.group {
 		>.title {
 			text-align : center;
-			background-color : rgb(30,30,30);
+			background-color : #151515;
 			cursor:pointer;
 			user-select:none;
 			padding : 1px;