发布v2.6.8版本
This commit is contained in:
@@ -27,7 +27,8 @@ table{border-spacing:0;border-collapse: collapse;}
|
||||
button,.cursor,a{cursor:pointer}
|
||||
a:link,a:visited{color:var(--main-color);TEXT-DECORATION:none;font-size:var(--font-size)}
|
||||
a:hover{TEXT-DECORATION:underline;color:red;}
|
||||
input,button,textarea,select{resize:none;outline:none;font-size:var(--font-size)}
|
||||
input,button,textarea,select,div{resize:none;outline:none;font-size:var(--font-size);}
|
||||
input[type=button], input[type=submit], input[type=file], button {-webkit-appearance: none;}
|
||||
|
||||
::placeholder{color:#999999;}
|
||||
.wrap{word-wrap:break-word;word-break:break-all;white-space:normal;}
|
||||
@@ -237,4 +238,7 @@ textarea.form-control{overflow:auto;padding-top:5px;padding-bottom:5px}
|
||||
.select-list .div01{padding:8px 10px;border-bottom:var(--border)}
|
||||
.select-list .div01:hover{background-color:rgba(var(--rgb-r), var(--rgb-g), var(--rgb-b), 0.1);}
|
||||
.select-list .div02{padding:8px 10px;border-bottom:var(--border);background-color:rgba(var(--rgb-r), var(--rgb-g), var(--rgb-b), 0.1)}
|
||||
.list-itemv:hover{color:var(--main-color);cursor:pointer;background-color:rgba(var(--rgb-r), var(--rgb-g), var(--rgb-b), 0.1)}
|
||||
.list-itemv:hover{color:var(--main-color);cursor:pointer;background-color:rgba(var(--rgb-r), var(--rgb-g), var(--rgb-b), 0.1)}
|
||||
|
||||
.editortools div{width:26px;height:26px;overflow:hidden;margin-left:8px;line-height:26px;border-radius:5px;cursor:pointer;}
|
||||
.editortools div:hover{background-color:rgba(0,0,0,0.1);}
|
||||
Reference in New Issue
Block a user