From 9920f91f4f79507d29b1fd64ef25ef6796b56777 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Thu, 4 Oct 2018 20:38:17 +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=A0popover=E7=9B=B8=E5=85=B3=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Client/wwwroot/css/blue.css | 82 ++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 1 deletion(-) diff --git a/Bootstrap.Client/wwwroot/css/blue.css b/Bootstrap.Client/wwwroot/css/blue.css index 4d0d26e0..ed1fe7f1 100644 --- a/Bootstrap.Client/wwwroot/css/blue.css +++ b/Bootstrap.Client/wwwroot/css/blue.css @@ -37,7 +37,7 @@ border-style: solid; } -.card-header, .modal-header { +.card-header, .modal-header, .popover-header { background-color: #5899c8; border-color: #3581b8; color: #fff; @@ -60,6 +60,86 @@ border-bottom: solid 1px #307eb6; } +.card, input.form-control, select.form-control, textarea.form-control, .fixed-table-container, .popover, +.date .form-control[readonly] + .input-group-append .input-group-text, +.date .form-control[readonly] + .input-group-append + .input-group-append .input-group-text { + border-color: #5198cb; +} + + .card .card-header, .modal-header { + background-image: linear-gradient(to bottom, #5893be 0%, #63a6d7 100%); + background-color: #5899c8; + border-color: #3581b8; + } + + .card .card-header, a[data-toggle="collapse"], .modal-header, .modal-header .close, .popover-header { + color: #fff; + } + + .card .card-header a { + color: #eee; + } + + .card .card-header a:hover { + color: #fff; + } + +.control-label { + color: #467fa7; +} + +.breadcrumb > li + li:before, .breadcrumb, .pagination-detail { + color: #337ab7; +} + +.date .form-control[readonly], .form-control[disabled], .form-control[readonly], +.date .form-control[readonly] + .input-group-append .input-group-text, +.date .form-control[readonly] + .input-group-append + .input-group-append .input-group-text { + background-color: rgba(84, 189, 220, 0.21); +} + +.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before { + border-right-color: #305873; +} + +.table thead { + background-color: #7fb8d5; + color: #fff; + background-image: linear-gradient(to bottom, #5893be 0%, #63a6d7 100%); +} + +.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner { + line-height: 20px; +} + +.fixed-table-container thead th .sortable { + padding-right: 8px; +} + +.fixed-table-container thead th .both, .fixed-table-container thead th .desc, .fixed-table-container thead th .asc { + background-image: none; +} + + .fixed-table-container thead th .both:before { + display: inline-block; + font: normal normal normal 14px/1 FontAwesome; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + margin-right: 8px; + content: "\f0dc"; + } + + .fixed-table-container thead th .desc:before { + content: "\f0dd"; + color: #2e6da4; + } + + .fixed-table-container thead th .asc:before { + content: "\f0de"; + color: #2e6da4; + } + @media (min-width: 768px) { .breadcrumb { border-color: rgba(81, 152, 203, 0.8)