前往
大廳
主題

火狐Firefox Stylish CSS樣式:選項設定美化

—— | 2016-03-22 13:45:19 | 巴幣 0 | 人氣 280

只是把「一般、搜尋」.....從左邊移到上方,並把已勾選的框框加了綠色。
非預設主題可能會在上方出現空白,我無力解決。
@-moz-document url-prefix("about:preferences") {
stack>hbox{
display: -moz-box !important;
-moz-box-orient: vertical!important;
}
#categories{padding: 0 !important;}
#categories>*{display: flex !important;}
#categories .box-inherit{
width: 100% !important;
display: flex !important;
}
.category{
flex-grow:1 !important;
align-items:center !important;
justify-content:center !important;
border-color: transparent !important;
}
.category[selected]{background: -moz-linear-gradient(bottom,#0be,#0be 4px, rgb(94, 195, 114) 3px) !important;}
}

/* checkbox */
.checkbox-check[checked="true"] {
background-color: #A3FD49 !important;
box-shadow: none !important;
}

.checkbox-check[checked="true"]:hover ,
checkbox[checked="true"]:hover .checkbox-check {
background-color: var(--checkY-h) !important;
}

.checkbox-check:not([checked="true"]):hover ,
checkbox:not([checked="true"]):hover .checkbox-check {
background-color: var(--checkN-h) !important;
}

創作回應

更多創作