diff --git a/resources/views/blade/gallery-card.blade.php b/resources/views/blade/gallery-card.blade.php index 050bd068dc..e67a35292f 100644 --- a/resources/views/blade/gallery-card.blade.php +++ b/resources/views/blade/gallery-card.blade.php @@ -15,6 +15,7 @@ %FILE_EMBED%
+

%NOTE%
diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index baf1e18e6c..a8d0189b31 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -57,12 +57,16 @@ --sidenav-hover-color-bg: #4c4b4b; --sidenav-text-hover-color: #fff; --sidenav-text-nohover-color: #b8c7ce; + --table-border-row-color: light-dark(#ecf0f5, #656464); + --table-border-row-top: 1px solid #ecf0f5; + --table-border-row: 1px solid var(--table-border-row-color); + --table-stripe-bg-alt: light-dark(rgba(211, 211, 211, 0.25), #323131); + --table-stripe-bg: light-dark(#ffffff, #494747); --text-danger: light-dark(#a94442,#dd4b39); --text-help: light-dark(#605e5e,#a6a4a4); --text-info: light-dark(#31708f,#2baae6); --text-success: light-dark(#039516,#4ced61); --text-warning: light-dark(#da9113,#f3a51f); - } [data-theme="light"] { @@ -86,12 +90,7 @@ --link-hover: hsl(from var(--link-color) h s calc(l - 10)); --main-theme-hover: hsl(from var(--main-theme-color) h s calc(l - 10)); --tab-bottom-border: 1px solid var(--box-header-top-border-color); - --table-border-row-top: 1px solid #ecf0f5; - --table-border-row: 1px solid #ecf0f5; - --table-stripe-bg-alt: rgba(211, 211, 211, 0.25); - --table-stripe-bg: #ffffff; --text-legend-help: var(--text-help); - --text-warning: #da9113; } @@ -116,9 +115,6 @@ --link-hover: hsl(from var(--link-color) h s calc(l + 15)); --main-theme-hover: hsl(from var(--main-theme-color) h s calc(l - 10)); --tab-bottom-border: 1px solid var(--box-header-top-border-color); - --table-border-row: 1px solid #656464; - --table-stripe-bg-alt: #323131; - --table-stripe-bg: #494747; --text-legend-help: #d6d6d6; } @@ -405,6 +401,26 @@ } + .panel { + border-color: var(--box-header-top-border-color); + } + .panel-body { + background-color: var(--box-bg) !important; + } + + .panel-heading, + .panel-default > .panel-heading + { + color: var(--color-fg) !important; + background-color: var(--table-stripe-bg-alt) !important; + border-color: var(--box-header-top-border-color); + } + + .panel-footer { + background-color: var(--box-bg) !important; + border-color: var(--box-header-top-border-color); + } + .nav-tabs-custom > .nav-tabs > li.active { border-top-color: var(--main-theme-color) !important; diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 2d4df19a52..ab1511e778 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -87,7 +87,7 @@ 'fullscreen', 'advancedSearch', ], - classes: 'table table-responsive table-striped snipe-table table-no-bordered', + classes: 'table table-striped snipe-table table-no-bordered', clickToSelect: data_with_default('click-to-select', true), cookie: true, cookieExpire: '2y',