Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 08:52 am EST

Geeklog Forums

Changing Dropdown & Input boxes Color


Status: offline

wheelsofterror

Forum User
Regular Poster
Registered: 09/02/06
Posts: 78
Is there a specfic place to change the color of the Dropdown & Input boxes? In the CSS. I want black instead of white and a yellow font. Or is it overridden by user OS themes?
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Just add CSS rules for the HTML elements you want to change. Untested:
Text Formatted Code
input {
  color:black;
  background:yellow;
}
select {
  color: yellow;
  background: black;
}

bye, Dirk
 Quote

Status: offline

wheelsofterror

Forum User
Regular Poster
Registered: 09/02/06
Posts: 78
Ah, I figured it was needed. Thanks again Dirk!
 Quote

All times are EST. The time is now 08:52 am.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content