theme settings icon color
This commit is contained in:
parent
3373de40a8
commit
7b6e49ee41
|
@ -90,11 +90,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a.settings-icon {
|
a.settings-icon {
|
||||||
color: #bbbbbb;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
|
||||||
|
@include themify($themes) {
|
||||||
|
color: themed('mutedColor');
|
||||||
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue