A few buttons look like this but for the life of me I can't find where I shopuld be looking even using firebug.
help would be appreciated.
/css/index.css - look for 'input buttons'.
Unfortunately the search box changed colour and not the box which states 'Search.'
Which theme are you running?
Attach your index.css.
index.css.
* Buttons should be styled a bit differently, in order to make them look more button'ish. */
.button_submit, .button_reset
{
background: #cde7ff url(../images/theme/submit_bg.png) no-repeat;
border: 1px solid #aaa;
cursor: pointer;
font-weight: normal;
}
input:hover, textarea:hover, button:hover, select:hover
{
border: 1px solid #454545;
}
.button_submit:hover, .button_reset:hover
{
border: 1px solid #aaa;
background: url(../images/theme/submit_bg.png) no-repeat 0 -140px #cde7ff;
}
input:focus, textarea:focus, button:focus, select:focus
{
border: 1px solid #454545;
}
Also- images/theme/submit_bg.png
;)
the blue is submit_bg a really annoying image if you ask me :)
Lainaus käyttäjältä: Runic - marraskuu 07, 2011, 09:08:02 AP
the blue is submit_bg a really annoying image if you ask me :)
Agreed. I usually just remove the image from css and use a color instead. Maybe add mildly rounded corners.
;)