Newer
Older
/* ckeditor overwrites font awesome */
.cke_dialog_contents .qui-button {
background: none repeat scroll 0 0 #EDEDED;
border: medium none;
border-radius: 3px;
box-shadow: 0 0 2px #999999;
color: #606060;
cursor: pointer;
float: left;
line-height: 30px;
margin: 0 5px;
padding: 0 10px;
position: relative;
transition: all 0.2s ease 0s;
}
.cke_dialog_contents .qui-button-active,
.cke_dialog_contents .qui-button:active,
.cke_dialog_contents .qui-button:hover {
background: #0069B4;
color: #FFFFFF;
.cke_dialog_contents .qui-button:hover span {
color: #FFFFFF;
}
.cke_dialog_contents [class^="fa-"],
.cke_dialog_contents [class*=" fa-"] {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
}
div.cke_panel.cke_combopanel.cke_ltr {
width: 300px !important;
}
span.cke_rcombo span.cke_styles a span span.cke_text {
width: 150px;
}
.cke_notifications_area {
position: absolute;
top: 50% !important;
left: 50% !important;
z-index: 999999 !important;
}