From a2db09947087e9f80ab532c1d09008cb1abf3959 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sun, 30 Sep 2018 17:12:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0select=E5=85=83=E7=B4=A0=E4=BD=9C=E4=B8=BA?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=97=B6=EF=BC=8C=E8=AE=BE=E7=BD=AE=E6=9C=80?= =?UTF-8?q?=E5=B0=8F=E5=AE=BD=E5=BA=A6=E4=B8=BA194px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Client/wwwroot/css/theme-responsive.css | 4 ++++ Bootstrap.Client/wwwroot/css/theme.css | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/Bootstrap.Client/wwwroot/css/theme-responsive.css b/Bootstrap.Client/wwwroot/css/theme-responsive.css index 8b9b7663..2bff06db 100644 --- a/Bootstrap.Client/wwwroot/css/theme-responsive.css +++ b/Bootstrap.Client/wwwroot/css/theme-responsive.css @@ -14,6 +14,10 @@ padding-bottom: 6px; } + .form-inline select.form-control { + min-width: 194px; + } + .modal-lg { max-width: calc(90%); } diff --git a/Bootstrap.Client/wwwroot/css/theme.css b/Bootstrap.Client/wwwroot/css/theme.css index 2c9b8bd1..4f2f7d28 100644 --- a/Bootstrap.Client/wwwroot/css/theme.css +++ b/Bootstrap.Client/wwwroot/css/theme.css @@ -307,3 +307,8 @@ input.pending { .mCSB_scrollTools { width: 10px; } + +.control-label > a { + margin-left: 6px; + color: #5bc0de; +}