zoneminder/css/main.css

16 lines
222 B
CSS
Raw Normal View History

.navbar {
background-color: #CCC;
border:0;
border-radius: 0;
border-bottom: solid 2px #369;
2014-06-13 03:22:56 +08:00
}
.navbar-default .navbar-nav > li > a {
color: #016C9C;
2014-06-13 03:22:56 +08:00
}
2014-06-27 11:13:43 +08:00
h2 {
color: #016C9C;
border-bottom: solid 1px #369;
}