This commit is contained in:
devezhao 2021-05-27 21:14:06 +08:00
parent 2d4b57d313
commit 1530ded318
4 changed files with 9 additions and 7 deletions

2
@rbv

@ -1 +1 @@
Subproject commit e2ae7f7a45ed29b6f20b7ce7a8cc14cafba86a8d
Subproject commit 5cd0278ad08b49508bf278654c8ab4825b868870

View file

@ -13,10 +13,6 @@ See LICENSE and COMMERCIAL in the project root for license information.
font-size: 2.11rem;
}
.rb-offcanvas-menu .rb-top-header .rb-navbar-header .rb-toggle-left-sidebar:hover .zmdi-arrow-left {
color: #4285f4;
}
.chart-box .chart-head .chart-title {
display: none;
}

View file

@ -11364,14 +11364,20 @@ canvas {
color: #404040;
border-radius: 99px;
background: #f7f7f7;
background: rgba(255, 255, 255, 0.8);
width: 320px;
border-width: 0;
padding: 4px 15px;
text-align: left;
transition: background 0.2s;
}
.rb-top-header .search-input-gs:focus {
background: rgba(255, 255, 255, 0.98);
}
.rb-top-header .search-input-gs::placeholder {
color: #aaa;
color: rgba(0, 0, 0, 0.4);
text-align: center;
}

View file

@ -318,7 +318,7 @@ a.btn {
}
.rb-color-header .rb-top-header .rb-navbar-header .rb-toggle-left-sidebar .icon {
color: rgba(255, 255, 255, 0.6);
color: rgba(255, 255, 255, 0.7);
}
.rb-color-header .dropdown > a > .icon {