File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 8282            UPY_VERSION = "1.0.1";
8383        </script>
8484        <script id="files-template" type="x-tmpl-mustache">
85-           <div tabindex="-1" onfocus="this.blur();"  role="dialog" aria-labelledby="loadSave-modal" aria-modal="true">
85+           <div tabindex="-1" role="dialog" aria-labelledby="loadSave-modal" aria-modal="true" class="modal-div ">
8686            <h2 class="modal-title"><i class="fa fa-upload"></i> <strong>{{ load-title }}</strong></h2>
8787            <div class="load-drag-target" id="load-drag-target">
8888                <input type="file" style="display: none" name="load-form-file-upload" id="file-upload-input">
@@ -137,7 +137,7 @@ <h2 class="modal-title"><i class="fa fa-download"></i> <strong>{{ files-title }}
137137          </div>
138138        </script>
139139        <script id="snippet-template" type="x-tmpl-mustache">
140-           <div tabindex="-1" onfocus="this.blur();"  role="dialog" aria-labelledby="snippets-modal" aria-modal="true">
140+           <div tabindex="-1" role="dialog" aria-labelledby="snippets-modal" aria-modal="true" class="modal-div ">
141141            <h2><i class="fa fa-cogs"></i> <strong>{{ title }}</strong></h2>
142142            <p>{{ description }}</p>
143143            <p>{{ instructions }}</p>
Original file line number Diff line number Diff line change @@ -704,6 +704,9 @@ input:checked + .menu-switch-slider:before {
704704}
705705
706706/* Modals */ 
707+ .modal-div : focus  {
708+   outline :  0 ;
709+ }
707710.modal-title  {
708711    margin :  28px   0px   22px   0px  ;
709712    text-transform :  capitalize;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments