Moved css to external files and added .admin-interface body class

This commit is contained in:
Fabio Caccamo
2017-05-16 18:38:59 +02:00
parent dd9de6ba42
commit 4c182157eb
9 changed files with 707 additions and 583 deletions
@@ -0,0 +1,48 @@
/*
ckeditor + light theme
https://github.com/Ikimea/ckeditor-light-theme
*/
.admin-interface .cke_inner,
.admin-interface .cke_wysiwyg_frame {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.admin-interface .cke_top {
background: #f6f6f6;
border-top: none;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.admin-interface .cke_bottom {
background: #f6f6f6;
border-top: 1px solid #efefef;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.admin-interface .cke_source {
padding: 13px 15px;
box-sizing: border-box;
}
.admin-interface a.cke_button_on {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color: rgba(0,0,0,0.1);
border-radius: 4px;
}
.admin-interface .cke_resizer {
border-color: transparent #999 transparent transparent;
}