1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
.postbit-main {
background: none repeat scroll 0% 0% rgba(25, 25, 25, 0.7) !important;
}
.postbit-userinfo {
background: none repeat scroll 0% 0% rgba(25, 25, 25, 0.7) !important;
}
.breadcrumb {
background: none repeat scroll 0% 0% rgba(25, 25, 25, 0.7) !important;
}
.pagination {
background: none repeat scroll 0% 0% rgba(25, 25, 25, 0.7) !important;
}
.tborder {
background: none repeat scroll 0% 0% rgba(25, 25, 25, 0.7) !important;
}
button, input[type="reset"], input[type="button"], input[type="submit"]{
background: none repeat scroll 0% 0% rgba(25, 25, 25, 0.7) !important;
}
|