Jump to content

[gelöst]Farbkästchen bei mehr als 7 Farben verschoben


Recommended Posts

Ich habe

 

#primary_block #color_picker {padding:0 0 2px}

#primary_block #color_picker p {height:15px!important;text-align:left!important;margin:0 0 5px;padding:0}

#primary_block #color_to_pick_list li {display:inline;float:left;margin:0 5px 5px 0}

#primary_block a.color_pick {border:1px solid #888;display:block;width:20px;height:20px;cursor:pointer}

#primary_block a.color_pick.selected {border:2px solid #888;margin-top:-1px}

 

durch

 

#color_picker {padding:0 0 2px}

#color_to_pick_list li {display:inline;border:1px solid #DDD;float:left;margin:0 1px 2px 0}

#color_to_pick_list li:hover,

#color_to_pick_list li.selected {border:1px solid #888}

#color_to_pick_list li .color_pick {display:block;width:25px;height:25px}

 

ersetzt

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...