1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-18 20:30:43 +00:00

(trunk web) normalize the prefs tabs' borders

This commit is contained in:
Jordan Lee 2011-09-12 20:37:02 +00:00
parent 8bbc4c7b83
commit d94e54cb3a

View file

@ -1168,12 +1168,9 @@ div#prefs_container div#prefs_tabs ul {
color: #323232;
text-align: center;
padding: 2px 20px;
border-left: 1px solid #787878;
border-right: 1px solid #787878;
border-top: 1px solid #787878;
border: 1px solid #787878;
margin-bottom: -1px;
background: #C0C8D6 url('../images/graphics/filter_bar.png') bottom repeat-x;
border-bottom: 1px solid #787878;
}
.prefs-tab.selected {
background: none;