![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I'm working on converting these Crisped themes to be official site layouts. I've run into a problem with the CSS that makes the navigation control strip match the rest of the layout.
The relevant CSS is as follows:
The problem is that the logged-out version of the nav strip includes a table within a table, for the login form, and this CSS makes all the cells of that table outlined in the entry title colour, which looks kind of awful. So I need to figure out some CSS to turn off border colours in the login form, while leaving them on for the nav strip as a whole.
According to Web Developer the login form looks a bit like this:
I can't figure out which selector to use with
The relevant CSS is as follows:
The problem is that the logged-out version of the nav strip includes a table within a table, for the login form, and this CSS makes all the cells of that table outlined in the entry title colour, which looks kind of awful. So I need to figure out some CSS to turn off border colours in the login form, while leaving them on for the nav strip as a whole.
According to Web Developer the login form looks a bit like this:
I can't figure out which selector to use with
border: none
in order to switch off the borders for the inner tables. I've tried variations on #lj_controlstrip_login
and #lj_controlstrip_login td
and #login.lj_login_form
but I'm not getting anywhere. Anyone who's clever with CSS inheritance rules have any good ideas?Tags:
no subject
Date: 2013-05-31 12:11 pm (UTC)Like so:
.logged-out #lj_controlstrip_login td
It should work (haven't tested it)
no subject
Date: 2013-05-31 04:42 pm (UTC)}
. Once I fixed those, I got it working as intended, yay.no subject
Date: 2013-05-31 07:04 pm (UTC)no subject
Date: 2013-05-31 07:12 pm (UTC)#dreamwidth
while I started working on this, andno subject
Date: 2013-05-31 07:17 pm (UTC)Okay, D's word rules over all :)