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