ckeditor/plugins/pbckcode/dialogs/style.css
changeset 0 44d330dccc59
equal deleted inserted replaced
-1:000000000000 0:44d330dccc59
       
     1 /*label styling */
       
     2 .cke_pbckcode_form .cke_dialog_ui_labeled_content {
       
     3     display        : inline-block;
       
     4     vertical-align : middle;
       
     5     margin-left    : 6px;
       
     6 }
       
     7 /*select styling */
       
     8 .cke_pbckcode_form .cke_dialog_ui_input_select select {
       
     9     background-color : white;
       
    10     border           : 1px solid #ccc;
       
    11     border-radius    : 4px;
       
    12     color            : #555;
       
    13     display          : inline-block;
       
    14     font-family      : "Helvetica Neue", Helvetica, Arial, sans-serif;
       
    15     font-size        : 12px;
       
    16     height           : auto;
       
    17     margin-bottom    : 0;
       
    18     padding          : 0;
       
    19     vertical-align   : middle;
       
    20     width            : 110px;
       
    21 }
       
    22 
       
    23  /* ace reset needed due to ckeditor style */
       
    24 .cke_pbckcode_ace.ace_editor * {
       
    25     font-family : 'Monaco', 'Menlo', 'Ubuntu Mono', 'Droid Sans Mono', 'Consolas', monospace;
       
    26     font-size   : 12px;
       
    27 }
       
    28 
       
    29 /*good font color on dark theme*/
       
    30 .cke_pbckcode_ace.ace_dark * {
       
    31     color : inherit;
       
    32 }