Skip to content
Snippets Groups Projects
Select Git revision
  • 06fd8de000a445b66cb356d5528f5ac31486fc62
  • master default protected
  • Legacy_Php7
3 results

main_new_ui.css

Blame
  • main_new_ui.css 502 B
    li.nav-item .active{background-color: #e8e8e8;}
    pre.config{background:#f4f4f4; color:#448; border-radius: 0.5em; max-height: auto; transition: all ease-in-out 0.2s;}
    .hidden{max-height: 0px; padding: 0; margin: 0;}
    
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    	color: #f8f8f8;
    	background-color: #456;
    	border-color: #dee2e6 #dee2e6 #fff;
    }
    
    a.topbrand{font-size: 150%; margin-top: -0.2em; margin-right: 1em;}
    
    /* no line break in top menu */
    .dropdown-menu a{white-space: nowrap;}