Browse Source

修复云脑1选项卡选中样式

tags/v1.21.12.1
OpenIhu 4 years ago
parent
commit
cc8156aeed
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      templates/repo/cloudbrain/index.tmpl

+ 5
- 5
templates/repo/cloudbrain/index.tmpl View File

@@ -3,11 +3,11 @@

<style>
.selectcloudbrain .active.item{
+ color: #0087f5 !important;
+ border: 1px solid #0087f5;
+ margin: -1px;
+ background: #FFF !important;
+ }
color: #0087f5 !important;
border: 1px solid #0087f5;
margin: -1px;
background: #FFF !important;
}
#deletemodel {
width: 100%;
height: 100%;


Loading…
Cancel
Save