mirror of
https://github.com/rosywrt/luci-theme-purple.git
synced 2025-01-08 11:37:27 +08:00
htdocs: Button color change
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
This commit is contained in:
parent
b857644221
commit
fda294bcb6
@ -1484,9 +1484,9 @@ footer a {
|
||||
.cbi-section-remove .cbi-button,
|
||||
.cbi-button-reset,
|
||||
.cbi-button-remove {
|
||||
color: #7d5d9c;
|
||||
color: #5d769c;
|
||||
background-color: transparent;
|
||||
border: 1px solid #7d5d9c;
|
||||
border: 1px solid #5d769c;
|
||||
}
|
||||
|
||||
.cbi-page-actions::after {
|
||||
@ -1512,7 +1512,7 @@ footer a {
|
||||
.cbi-button-reload,
|
||||
.cbi-button-edit {
|
||||
color: #fff;
|
||||
background-color: #5D769C;
|
||||
background-color: #7d5d9c;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user