11 lines
175 B
CSS
11 lines
175 B
CSS
|
|
.wea-custom-setting-btn {
|
||
|
|
color: #b2b2b2;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
.wea-custom-setting-btn i{
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.wea-custom-setting-btn i:hover {
|
||
|
|
color: #2db7f5;
|
||
|
|
}
|