mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
15153 styling changes
This commit is contained in:
@ -6,14 +6,26 @@
|
||||
border: none;
|
||||
}
|
||||
.navbar-default {
|
||||
background-color: #fff;
|
||||
background-color: #1f2e41;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.navbar-default .navbar-text {
|
||||
color: #182433;
|
||||
color: #fff;
|
||||
}
|
||||
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
|
||||
padding: 12px 0 12px 0;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
.prettyprint {
|
||||
background-color: #f6f8fb;
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
margin-bottom: 10px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user