File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed 
admin_extended/static/admin_extended/css Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ details {
7777
7878@media  (max-width :  1024px  ) {
7979    # changelist-filter  {
80-         top :  196px  ;
80+         /*  top: 196px; */ 
8181    }
8282}
8383
@@ -295,3 +295,18 @@ table#result_list .field-id {
295295    font-weight :  normal;
296296    line-height :  1.5em  ;
297297}
298+ 
299+ # nav-sidebar  tr  th  a : before  {
300+     content :  '' ;
301+     width :  5px  ;
302+     height :  5px  ;
303+     position :  absolute;
304+     margin-top :  7px  ;
305+     border-radius :  50%  ;
306+     background :  # cccccc
307+     margin-left :  -12px  ;
308+ }
309+ 
310+ # nav-sidebar  tr  th  a : hover  {
311+     color :  var (--accent ) !important ;
312+ }
Original file line number Diff line number Diff line change 11import  os 
22from  setuptools  import  find_packages , setup 
33
4- VERSION  =  '5.1.2 ' 
4+ VERSION  =  '5.1.3 ' 
55with  open (os .path .join (os .path .dirname (__file__ ), 'README.rst' )) as  readme :
66    README  =  readme .read ()
77
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments