From 85f206ad0076b23faa891302f56d4d17d9cc9c52 Mon Sep 17 00:00:00 2001 From: fofolee Date: Fri, 10 Apr 2020 03:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=80=9A=E8=BF=87uTools?= =?UTF-8?q?=E5=91=BC=E5=87=BA=E5=89=8D=E7=9A=84=E7=AA=97=E5=8F=A3=E5=8C=B9?= =?UTF-8?q?=E9=85=8D=E7=9A=84=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/options.css | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/assets/options.css b/assets/options.css index ab9f41d..f16d819 100644 --- a/assets/options.css +++ b/assets/options.css @@ -143,7 +143,6 @@ #options table td { border-collapse: collapse; padding: 3px; - word-break: break-all; } #options table tr:nth-child(odd) { @@ -164,7 +163,22 @@ line-height: 22px; padding: 0 10px; background-color: #f3f3f3; - margin-right: 5px + margin-right: 5px; +} + +#options div.cmds { + width: 260px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + +#options .keyword.re { + color: rgb(105, 40, 97); +} + +#options .keyword.win { + color: rgb(48, 21, 122); } #options .logo { @@ -183,7 +197,7 @@ cursor: pointer; } -#options .footBtn.danger{ +#options .footBtn.danger { float: left; /* right: 5px; bottom: 2px; */ @@ -220,7 +234,7 @@ margin-right: 10px; } -#options span.Btn{ +#options span.Btn { font-size: 16px; cursor: pointer; } @@ -249,7 +263,9 @@ color: #bd3523; } -#options #customize input#custombin, #options #customize input#customarg, #options #customize input#customext { +#options #customize input#custombin, +#options #customize input#customarg, +#options #customize input#customext { margin-left: 5px; width: 200px; } @@ -292,6 +308,10 @@ margin-left: 15px } +#options #customize input#rule { + width: 40%; +} + #options #customize input:hover { border-bottom-color: #9e9e9ec7; transition: 0.25s; @@ -368,6 +388,10 @@ input::-webkit-input-placeholder { color: black; } +#options #customize select option.var { + display: none; + color: rgb(129, 76, 226); +} #options #customize input#iconame { width: 35%;