mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
(trunk web) normalize the prefs tabs' borders
This commit is contained in:
parent
8bbc4c7b83
commit
d94e54cb3a
1 changed files with 1 additions and 4 deletions
|
@ -1168,12 +1168,9 @@ div#prefs_container div#prefs_tabs ul {
|
||||||
color: #323232;
|
color: #323232;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 2px 20px;
|
padding: 2px 20px;
|
||||||
border-left: 1px solid #787878;
|
border: 1px solid #787878;
|
||||||
border-right: 1px solid #787878;
|
|
||||||
border-top: 1px solid #787878;
|
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
background: #C0C8D6 url('../images/graphics/filter_bar.png') bottom repeat-x;
|
background: #C0C8D6 url('../images/graphics/filter_bar.png') bottom repeat-x;
|
||||||
border-bottom: 1px solid #787878;
|
|
||||||
}
|
}
|
||||||
.prefs-tab.selected {
|
.prefs-tab.selected {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
Loading…
Reference in a new issue