改變 Menu 未點選的樣式狀態
This commit is contained in:
parent
d3df21b0b9
commit
d7a22c873a
@ -810,6 +810,7 @@ namespace Backend.Controllers
|
||||
}
|
||||
//更新device資料表 room_dbid 欄位
|
||||
string sql = @"
|
||||
SET SQL_SAFE_UPDATES = 0;
|
||||
UPDATE
|
||||
device AS de,
|
||||
(
|
||||
|
@ -85,9 +85,14 @@ input:-webkit-autofill { background-color: rgba(0, 0, 0, 0.15) !important; }
|
||||
.yt-navbar-content ul { padding: 1rem 0rem; list-style-type: none; }
|
||||
.yt-navbar-content ul li { position: relative; display: flex; flex-wrap: wrap; }
|
||||
.yt-navbar-content ul li a { font-size: 0.9rem; padding: 0.75rem 2rem; position: relative; width: 100%; }
|
||||
.yt-navbar-content ul li a:hover { background-color: var(--theme-fusion-600); }
|
||||
.yt-navbar-content ul li a:active, .yt-navbar-content ul li a.active { background-color: var(--theme-fusion-500); }
|
||||
|
||||
.yt-navbar-content ul li a:hover {
|
||||
background-color: var(--theme-fusion-600);
|
||||
color: var(--theme-primary-50) !important;
|
||||
}
|
||||
.yt-navbar-content ul li a:active, .yt-navbar-content ul li a.active {
|
||||
background-color: var(--theme-fusion-500);
|
||||
color: var(--theme-primary-500) !important;
|
||||
}
|
||||
.card-header.p-3.ui-draggable-handle:hover { cursor: move; }
|
||||
|
||||
.device-wrap .card-body #info, .device-wrap .card-body #errRec, .device-wrap .card-body #opeRec { min-width: 500px; }
|
||||
|
@ -1555,7 +1555,7 @@ License: You must have a valid license purchased only from wrapbootstrap.com (li
|
||||
|
||||
} else {
|
||||
let strHtml = `<div class="btn-group mx-4">
|
||||
<a href="javascript:;" name="topFunBtn" data-page="dashboard" data-tabname="topFunBtn" class="text-center">
|
||||
<a href="javascript:;" name="topFunBtn" data-page="dashboard" data-tabname="topFunBtn" class="text-center active">
|
||||
<i class="fal fa-home fa-2x"></i><br>首頁
|
||||
</a>
|
||||
<!--<div class="dropdown-menu">
|
||||
|
@ -302,7 +302,7 @@ body:not(.mod-skin-light):not(.mod-skin-dark) #skin-default:before {
|
||||
.mod-skin-dark:not(.mod-skin-light) .page-content-wrapper a:not(.btn):not(.badge):not(.dropdown-item):not(.nav-link):not(.navbar-brand):not(.card-title):not([class*="fc-"]):not([class*="text-"]):not(.btn-search-close),
|
||||
.mod-skin-dark:not(.mod-skin-light) .modal-body a:not(.btn):not(.badge):not(.dropdown-item):not(.nav-link):not(.page-link):not(.navbar-brand):not(.card-title) {
|
||||
color: #ffffff;
|
||||
color: var(--theme-primary-200); }
|
||||
/*color: var(--theme-primary-200);*/ }
|
||||
.mod-skin-dark:not(.mod-skin-light) .text-success {
|
||||
color: var(--theme-success-300) !important; }
|
||||
.mod-skin-dark:not(.mod-skin-light) .text-danger {
|
||||
|
Loading…
Reference in New Issue
Block a user