Sha256: c71b3b4352181488c57f793e3ea6765a3bce8122cb65a3a00d906c9902afc505
Contents?: true
Size: 796 Bytes
Versions: 5
Compression:
Stored size: 796 Bytes
Contents
// This is the 'Insert Snippet' dropdown span.cke_combo__insertsnippet > a > .cke_combo_text { width: 88px; } // The 'Insert Snippet' dropped down panel .cke_combopanel.cke_combopanel__insertsnippet { width: 250px; } // The 'Styles' dropped down panel .cke_combopanel.cke_combopanel__styles { width: 250px; } // The 'Styles' dropped down panel .cke_combopanel.cke_combopanel__format { width: 180px; } span.cke_button__exit_label { display: inline; } .effective-region { outline: none; display: inherit; border: 1px dotted #4195fc; min-height: 10px; min-width: 10px; &:focus { outline: none; border: 1px solid #4195fc; -webkit-box-shadow: 0px 0px 6px #4195fc; -moz-box-shadow: 0px 0px 6px #4195fc; box-shadow: 0px 0px 6px #4195fc; } }
Version data entries
5 entries across 5 versions & 1 rubygems