mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-01 07:27:35 +00:00
pref: debug toolbar 太费时间 先禁用 (#8528)
* perf: 修改主题色 * pref: debug toolbar 太费时间 先禁用 * perf: 修改颜色 * perf: 优化 interface * perf: 修改 avartar * perf: css color Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
@@ -41,7 +41,7 @@ header div:nth-child(2){
|
||||
padding-top: 20px;
|
||||
}
|
||||
header div:nth-child(2) a:hover{
|
||||
color:#1ab394;
|
||||
color:var(--primary-color);
|
||||
}
|
||||
|
||||
/*article样式*/
|
||||
@@ -49,7 +49,7 @@ article{
|
||||
padding-top: 50px;
|
||||
padding:50px 370px
|
||||
}
|
||||
article ul{
|
||||
article ul{
|
||||
float: left;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
@@ -81,14 +81,14 @@ article ul li:last-child{
|
||||
margin-left:-15px;
|
||||
}
|
||||
.active{
|
||||
color:#1ab394;
|
||||
color:var(--primary-color);
|
||||
}
|
||||
.clearfix:after {
|
||||
content:"";
|
||||
height:0;
|
||||
visibility:hidden;
|
||||
display:block;
|
||||
clear:both;
|
||||
content:"";
|
||||
height:0;
|
||||
visibility:hidden;
|
||||
display:block;
|
||||
clear:both;
|
||||
}
|
||||
.verify{
|
||||
text-align: center;
|
||||
@@ -131,7 +131,7 @@ article ul li:last-child{
|
||||
display: block;
|
||||
width: 214px;
|
||||
line-height: 34px;
|
||||
background: #1ab394;
|
||||
background: var(--primary-color);
|
||||
text-align: center;
|
||||
border-radius: 6px;
|
||||
color: white;
|
||||
@@ -147,4 +147,4 @@ footer{
|
||||
text-align:center;
|
||||
font-size: 14px;
|
||||
color: #1a1a1a;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user