ncannasse 7 年之前
父节点
当前提交
153d26fba5
共有 2 个文件被更改,包括 4 次插入9 次删除
  1. 2 8
      bin/style.css
  2. 2 1
      bin/style.less

+ 2 - 8
bin/style.css

@@ -175,7 +175,8 @@ input[type=checkbox]:checked:after {
 }
 .hide-range input[type=text] {
   display: inline-block;
-  width: 30px;
+  width: 34px;
+  padding-left: 2px;
   margin-left: 3px;
   border-color: transparent;
 }
@@ -379,13 +380,6 @@ input[type=checkbox]:checked:after {
 .hide-properties .group > .content {
   margin-bottom: 5px;
 }
-/* CDB */
-.hide-sheet table {
-  width: 100%;
-  table-layout: fixed;
-  border-collapse: collapse;
-  border-spacing: 0;
-}
 /* Golden Layout Fixes */
 .lm_header .lm_tabs {
   z-index: 1;

+ 2 - 1
bin/style.less

@@ -192,7 +192,8 @@ input[type=checkbox] {
 	}
 	input[type=text] {
 		display : inline-block;
-		width: 30px;
+		width: 34px;
+		padding-left:2px;
 		margin-left:3px;
 		border-color: transparent;
 	}