mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-05-01 18:10:56 +08:00
update 2025-01-08 02:10:00
This commit is contained in:
parent
71b2011328
commit
fa1f73d859
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
// out: ../htdocs/luci-static/argon/css/cascade.css, compress: true , sourceMap: false
|
// out: ../htdocs/luci-static/argon/css/cascade.css, compress: true , sourceMap: false
|
||||||
/**
|
/**
|
||||||
* Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material 和 Argon Template
|
* Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template
|
||||||
*
|
*
|
||||||
* luci-theme-argon
|
* luci-theme-argon
|
||||||
* Copyright 2023 Jerrykuku <jerrykuku@qq.com>
|
* Copyright 2023 Jerrykuku <jerrykuku@qq.com>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Include base 和 custom css
|
* Include base and custom css
|
||||||
*/
|
*/
|
||||||
@import url("pure-min.less");
|
@import url("pure-min.less");
|
||||||
@import url("fonts.less");
|
@import url("fonts.less");
|
||||||
@ -35,6 +35,7 @@
|
|||||||
--main-color: #09c;
|
--main-color: #09c;
|
||||||
--header-bg: #09c;
|
--header-bg: #09c;
|
||||||
--header-color: #fff;
|
--header-color: #fff;
|
||||||
|
--bar-bg: #5e72e4;
|
||||||
--menu-bg-color: #fff;
|
--menu-bg-color: #fff;
|
||||||
--menu-color: #5f6368;
|
--menu-color: #5f6368;
|
||||||
--menu-color-hover: #202124;
|
--menu-color-hover: #202124;
|
||||||
@ -2684,7 +2685,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
|||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: var(--primary);
|
background-color: var(--bar-bg);
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
transition: width 0.3s;
|
transition: width 0.3s;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user