zhouna 5 лет назад
Родитель
Сommit
4bf7df9b9d
2 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      src/css/index.less
  2. BIN
      src/images/btn_open.png

+ 6 - 0
src/css/index.less

@@ -407,6 +407,9 @@
         line-height: 40px;
         border-radius: 2px;
         padding: 0 10px;
+        &:focus{
+          border-color: @activeColor;
+        }
       }
     }
     .itemMsgLab{
@@ -491,6 +494,9 @@
         line-height: 40px;
         border-radius: 2px;
         padding: 0 10px;
+        &:focus{
+          border-color: @activeColor;
+        }
       }
     }
     .itemMsgLab{

BIN
src/images/btn_open.png