浏览代码

样式修改

liupeng 3 年之前
父节点
当前提交
aabb3e6bdb
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/wotu-ui.css

+ 8 - 0
src/wotu-ui.css

@@ -549,4 +549,12 @@
 /*grid行颜色设定*/
 .x-grid-record-red{
     color:red
+}
+.wotu-ui .x-segmented-button-item-horizontal.x-btn-default-small{
+    border:none;
+    background-color: #134c8b;
+}
+.wotu-ui .x-btn.x-btn-menu-active.x-btn-default-small, .wotu-ui .x-btn.x-btn-pressed.x-btn-default-small {
+    border:none;
+    background-color: #1960af;
 }