From 3f1889e77f861a8284770c85bdd83204f6863f39 Mon Sep 17 00:00:00 2001
From: zmk <496160012@qq.com>
Date: 星期二, 28 五月 2024 18:07:43 +0800
Subject: [PATCH] Merge branch 'master' of ssh://117.78.1.188:29418/dkyChenJiang
---
javaweb-plus/javaweb-admin/src/main/resources/static/css/skins.css | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/javaweb-plus/javaweb-admin/src/main/resources/static/css/skins.css b/javaweb-plus/javaweb-admin/src/main/resources/static/css/skins.css
index beb0ad8..c0c0755 100644
--- a/javaweb-plus/javaweb-admin/src/main/resources/static/css/skins.css
+++ b/javaweb-plus/javaweb-admin/src/main/resources/static/css/skins.css
@@ -6,7 +6,7 @@
*/
/** 钃濊壊涓婚 skin-blue **/
.navbar, .skin-blue .navbar {
- background-color: #2da4e9
+ background-color: rgb(239,245,255);
}
.skin-blue .navbar-default .nav>li.selected>a,
@@ -16,7 +16,7 @@
}
.skin-blue .navbar .nav>li>a {
- color: #fff
+ color: #565656
}
.skin-blue .navbar .nav>li>a:hover,
@@ -60,7 +60,7 @@
}
.skin-blue .logo {
- background-color: #2e9ddd;
+ background-color: rgb(44,46,68);
color: #fff;
border-bottom: 0 solid transparent
}
@@ -162,7 +162,7 @@
}
.skin-blue .content-tabs {
- border-bottom: 1px solid #e5e5e5;
+ /*border-bottom: 1px solid #e5e5e5;*/
}
.skin-blue.layout-top-nav>.logo {
@@ -791,20 +791,22 @@
}
.theme-dark .nav>li.active {
- background: #293846;
+ /*background: #293846;*/
+ background: rgb(44, 46, 68);
}
.theme-dark .navbar-static-side {
- background-color: #2f4050;
+ background-color: rgb(44, 46, 68);
}
.theme-dark .user-panel {
- background-color: #2f4050;
+ background-color: rgb(44,46,48);
}
.theme-dark .navbar-default .nav>li>a:hover,
.theme-dark .navbar-default .nav>li>a:focus {
- background: #293846;
+ background: rgba(24,144,255,.85);
+ /*background: #293846;*/
}
/** 娴呰壊涓婚 theme-light **/
--
Gitblit v1.9.1