sqlpad
Version:
Web app for writing and running SQL queries and visualizing the results. Supports Postgres, MySQL, SQL Server, Crate and Vertica.
38 lines (33 loc) • 820 B
CSS
/* Override navbar flexible height */
.navbar {
height: 50px;
margin-bottom: 0px;
}
/* Override for pills in a navbar */
.navbar-nav > li > a {
padding: 7px 15px;
margin-top: 8px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
color: #fff ;
background-color: #337ab7 ;
}
/* Remove active dropdown menu look */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
color: #333;
background-color: transparent;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
color: #262626 ;
text-decoration: none ;
background-color: #f5f5f5 ;
}
/* hide tauchart's ui for export options */
.graphical-report__layout__header {
display: none;
}