mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-23 03:10:30 +08:00
改 shadowsocks 的配色
This commit is contained in:
@@ -8,6 +8,9 @@ module.exports =
|
||||
action: action
|
||||
service: service
|
||||
|
||||
layout:
|
||||
style: '/style/layout.css'
|
||||
|
||||
panel:
|
||||
widget: service.widget
|
||||
script: '/script/panel.js'
|
||||
|
||||
15
plugin/shadowsocks/static/style/layout.less
Normal file
15
plugin/shadowsocks/static/style/layout.less
Normal file
@@ -0,0 +1,15 @@
|
||||
body {
|
||||
> header {
|
||||
background: #1c9b47;
|
||||
|
||||
nav.navbar-inverse {
|
||||
background: #1c9b47;
|
||||
}
|
||||
|
||||
.navbar-inverse {
|
||||
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
|
||||
background: #18813f;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user