The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Reduce size of color panel

Go down

Reduce size of color panel Empty Reduce size of color panel

Post by Zzbaivong June 23rd 2015, 8:10 am

Do you feel like this is a little big? Shocked

Reduce size of color panel Before10

Add CSS to resize smaller Razz
Code:
a.sceditor-color-option {
    border: 0 none!important;
    width: 8px;
    height: 4px;
}

Reduce size of color panel After10

Now, it becomes difficult to choose Mad

Add the following CSS bounce
Code:
a.sceditor-color-option:hover:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -26px;
    background: inherit;
    border: 1px solid #FFF;
}

Reduce size of color panel Color-10

Problem solved. Do you like it? cheers
Zzbaivong
Zzbaivong
Forumember

Posts : 101
Reputation : 51
Language : JavaScript ^^

http://devs.forumvi.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum