luci-theme-atmaterial: change colour to green
This commit is contained in:
parent
e545eb5c22
commit
e412400243
@ -169,7 +169,7 @@ input,
|
||||
|
||||
select:not([multiple="multiple"]):focus,
|
||||
input:focus {
|
||||
border-color: #0099CC;
|
||||
border-color: #94a494;
|
||||
}
|
||||
|
||||
select[multiple="multiple"] {
|
||||
@ -177,7 +177,7 @@ select[multiple="multiple"] {
|
||||
}
|
||||
|
||||
code {
|
||||
color: #0099CC;
|
||||
color: #94a494;
|
||||
}
|
||||
|
||||
abbr {
|
||||
@ -320,7 +320,7 @@ header > .container > .brand {
|
||||
line-height:60px;
|
||||
color: white;
|
||||
cursor: default;
|
||||
background: #0099CC;
|
||||
background: #94a494;
|
||||
display:block;
|
||||
width:17rem;
|
||||
padding-right: 10px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user