Add background for web

This commit is contained in:
Dzmitry Plashchynski
2015-03-08 22:25:55 +02:00
parent ba57834f68
commit b95c480a8f
5 changed files with 38 additions and 10 deletions

20
web/assets/custom.css Normal file
View File

@@ -0,0 +1,20 @@
.container {
background-color: #CFD8DC;
}
body {
background-color: #455A64;
}
.page-header {
border-bottom: 1px solid #B6B6B6;
}
#job_list td,#job_list th {
border-top: 1px solid #B6B6B6;
color: #212121;
}
.breadcrumb {
background-color: #FFFFFF;
}