Dotclear


Ignore:
Timestamp:
08/29/13 22:11:37 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Focus on jsToolbar textarea (wiki editor). (But not on wysiwyg textarea because iframe can't be styled on focus.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/jsToolBar/jsToolBar.css

    r1475 r1618  
    1111} 
    1212.jstEditor textarea { 
    13   width: 99%; 
    14   padding: 1rem 0 0 1%; 
     13     -webkit-box-sizing: border-box; 
     14     -moz-box-sizing: border-box; 
     15     box-sizing: border-box;   
     16     width: 100%; 
     17     padding: .5em 0 0 0; 
    1518} 
    1619.jstHandle { 
     
    2326     border-style: solid; 
    2427} 
    25  
     28.jstEditor textarea:focus { 
     29     border: 2px solid #BBDB58; 
     30} 
    2631.jstElements { 
    2732     height: 28px; 
     
    156161} 
    157162 
    158  
    159163/* WYSIWYG Iframe */ 
    160164.wysiwygIframe { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map