PHP Classes

File: public/flat-admin/sass/plugins/ckeditor.scss

Recommend this page to a friend!
  Classes of adriano123456   Budget System   public/flat-admin/sass/plugins/ckeditor.scss   Download  
File: public/flat-admin/sass/plugins/ckeditor.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Budget System
Elaborate budgets for purchases of products
Author: By
Last change:
Date: 15 days ago
Size: 898 bytes
 

Contents

Class file image Download
.cke{ &.cke_chrome{ @include box-shadow(none); border:0; } .cke_top{ background: #fff; border:1px solid #ddd; border-bottom:0; border-top:0; .cke_button, .cke_combo_button{ background:#eee; @include border-radius(0); border:0; cursor:pointer; &:hover,&.cke_button_on,&:active,&:focus{ background:#bbb; @include box-shadow(none); border:0; } } .cke_combo{ &.cke_combo_on{ .cke_combo_button{ background:#bbb; @include box-shadow(none); } } } .cke_toolbar_separator{ background:#aaa; @include box-shadow(none); } .cke_toolgroup{ margin:0 10px 9px 0; border:0; background:#fff; @include border-radius(0); @include box-shadow(none); } } .cke_contents{ border:1px solid #ddd; } .cke_bottom{ background:#eee; @include box-shadow(none); border:1px solid #ddd; border-top:0; } }