Remove borders for fauxx css style
This commit is contained in:
parent
de50035611
commit
31a838e812
|
@ -184,6 +184,8 @@ span.trip {
|
||||||
}
|
}
|
||||||
div.pages {
|
div.pages {
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
|
/*background: #333333;
|
||||||
|
border: #d2738a 1px solid;*/
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
|
@ -214,11 +216,11 @@ table.modlog tr th {
|
||||||
#options_div {
|
#options_div {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options_tab_icon {
|
.options_tab_icon {
|
||||||
color: #c1b492;
|
color: #c1b492;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options_tab_icon.active {
|
.options_tab_icon.active {
|
||||||
color: #d2738a;
|
color: #d2738a;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue