CTXMedia
Well-known member
I'd like to suggest a small change to the CSS for the new Redactor editor toolbar:
Changing from this:
To this:
Code:
.redactor_toolbar li.redactor_btn_group ul {
margin: 0px;
overflow: hidden;
background: linear-gradient(to top, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%) repeat scroll 0% 0% transparent;
box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
border-radius: 3px 3px 3px 3px;
padding: 1px;
border: 1px solid rgb(190, 190, 190);
}
.redactor_toolbar {
font-size: 0px;
padding: 0px 0px 0px 2px;
margin: 0px;
position: relative;
left: 0px;
top: 0px;
line-height: 0;
background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(215, 215, 215) 100%) repeat scroll 0% 0% transparent;
overflow: hidden;
list-style: none outside none;
border-bottom: 1px solid rgb(195, 195, 195);
}
Changing from this:
To this:
Last edited: