1
2
3
4
5
6
7
8
/*按鈕背景色*/
/*背景色及透明度,數值可自行修改,透明為0,不透明為1*/
#filter_tab a , #updater.item a{
color: #fcedf2 !important;
background: #a57bc9 !important;
filter: alpha(opacity=0.5); opacity: 0.5; zoom:1;
font-weight: 500;
}