Bug #371
agedashi is somewhat broken
Start date:
12/07/2009
Due date:
% Done:
90%
Description
see this screenshot:
http://dl.dropbox.com/u/364883/Amahi/agedashi-broken.png
minor issue on the left side (light blue instead of the other color (grey?)
also the selected tab shows in purple, which looks really bad. even black would be better!
History
#1 Updated by gboudreau about 11 years ago
- File bug-371.patch View added
- % Done changed from 0 to 90
Here's how to fix this.
#2 Updated by cpg about 11 years ago
- Status changed from New to Feedback
hmm, it works for when the second submenu is active, however, it does not for when the first submenu is active.
i think this would help?
--- a/themes/agedashi/theme/style.css +++ b/themes/agedashi/theme/style.css @@ -133,7 +133,6 @@ H6 A { text-decoration: none; } background-image: url('images/tab-active.png'); text-align: center; color: #fff; - font-weight:bold; } #preferencestabs TABLE.preftab TD.preftabheaderActive a { @@ -178,10 +177,13 @@ H6 A { text-decoration: none; } color: #666; } +#preferencestabs TR.prefsubtab TD.prefsubtabheaderActive.first { + border-left: 1px solid #2A2C33; +} + #preferencestabs TR.prefsubtab TD.prefsubtabheaderActive { text-align: center; color: #222; - font-weight: bold; border-top: 1px solid #2A2C33; }
#3 Updated by cpg about 11 years ago
- Status changed from Feedback to Closed
- Assignee set to cpg
looks like it's done!
#4 Updated by cpg about 10 years ago
- Project changed from apps to platform
#5 Updated by cpg about 10 years ago
- Status changed from Closed to Assigned
- Assignee changed from cpg to dtgreat
reopening - some issue still with the left edge: http://dl.dropbox.com/u/364883/Screenshots/agedashi-eyesore.png
and it seems related to the #preferencestabs TR.prefsubtab TD.prefsubtabheaderActive.first
selector
Also available in: Atom