template:global_style.css

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
template:global_style.css [2022/10/20 17:10]
Mr_Fang
template:global_style.css [2022/10/21 08:27] (当前版本)
Mr_Fang
行 70: 行 70:
       -webkit-box-shadow: inset 0 2px #6bc349, inset 0 -2px #2a631c, 0 4px rgb(0 0 0 / 25%);       -webkit-box-shadow: inset 0 2px #6bc349, inset 0 -2px #2a631c, 0 4px rgb(0 0 0 / 25%);
       border-radius: unset;       border-radius: unset;
 +      color: #fff;
 +      padding: 0px 4px !important;
 +    }
 +    li.catlist_addpage>button:hover, li.catlist_addpage>button:focus, li.catlist_addpage>button:active {
 +      background: #4a494b;
 +      color: #fff;
 +      text-shadow: 0 -1px 0 #000;
 +      -webkit-box-shadow: inset 0 -2px #8d8e92, inset 0 2px #000;
 +      box-shadow: inset 0 -2px #8d8e92, inset 0 2px #000;
 +    }
 +    .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
 +      background: rgba(0, 0, 0, .0);
 +    }
 +    .tools.panel.panel-default.affix-top, .tools.panel.panel-default.affix {
 +      background: #3b8526;
 +      -webkit-box-shadow: inset 0 2px #6bc349, inset 0 -2px #2a631c, 0 2px rgb(0 0 0 / 25%);
 +      border-radius: unset;
 +    }
 +    .btn {
 +      background: #3b8526;
 +      -webkit-box-shadow: inset 0 2px #6bc349, inset 0 -2px #2a631c, 0 4px rgb(0 0 0 / 25%);
 +      border-radius: unset;
 +      color: #fff;
 +      border: unset;
 +    }
 +    .btn:hover, .btn:focus, .btn:active {
 +      background: #4a494b;
 +      color: #fff;
 +      text-shadow: 0 -1px 0 #000;
 +      -webkit-box-shadow: inset 0 -2px #8d8e92, inset 0 2px #000;
 +      box-shadow: inset 0 -2px #8d8e92, inset 0 2px #000;
     }     }
   </style>   </style>
 </html> </html>
  • template/global_style.css.1666257040.txt.gz
  • 最后更改: 2022/10/20 17:10
  • Mr_Fang