Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1870

[3.3.x] Styles Support & Discussion • Background: Login & Register navbar

$
0
0
A few years ago I adjusted the Login and Register button with the help of Mannix_ & cabot.

Code:

input#agreed.button1, form#login .panel:first-child .button1,input#submit.button1.default-submit-action {    color: #fff;    background: #008000;    border-color:  #008000;}
Now I would like to do the same with the Login & Register button in my: navbar_header_top

But what is the correct CSS to add a background to just these two links ?

This way it is good for the other navbar links but not for the login and register.

Code:

.navbar-header-top li {padding: 3px 8px;        border-radius: 4px;background-color: #000;        border: 1px solid #1b2335;background-image: none;box-shadow: none;}

Statistics: Posted by bennybernaer — Tue Dec 17, 2024 8:20 am



Viewing all articles
Browse latest Browse all 1870

Trending Articles