css: disable border on _target=blank links
This commit is contained in:
parent
39e865fa86
commit
4450ac5075
|
@ -1756,11 +1756,11 @@ table.prefFeedCatList {
|
||||||
background-color : white;
|
background-color : white;
|
||||||
}
|
}
|
||||||
|
|
||||||
a[target="_new"], a[target="_blank"] {
|
/*a[target="_new"], a[target="_blank"] {
|
||||||
border-width : 0px 0px 1px 0px;
|
border-width : 0px 0px 1px 0px;
|
||||||
border-color : #778899;
|
border-color : #778899;
|
||||||
border-style : dotted;
|
border-style : dotted;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
div.autocomplete {
|
div.autocomplete {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
|
|
Loading…
Reference in New Issue