Change the color of the sidebar

This commit is contained in:
Frédéric Guillot 2014-11-08 13:37:05 -05:00
parent 20c8342503
commit ffcbc01716
3 changed files with 6 additions and 6 deletions

View File

@ -936,7 +936,7 @@ tr td.task-orange,
margin-bottom: 20px;
border: 1px solid #ddd;
color: #333;
background-color: #fbfbfb;
background-color: #fefefe;
}
.listing li {
@ -1058,8 +1058,8 @@ tr td.task-orange,
width: 250px;
padding: 10px;
padding-top: 0;
border: 1px solid #ccc;
background: #fbfbfb;
border: 1px solid #ddd;
background: #fefefe;
border-radius: 5px;
}

View File

@ -5,7 +5,7 @@
margin-bottom: 20px;
border: 1px solid #ddd;
color: #333;
background-color: #fbfbfb;
background-color: #fefefe;
}
.listing li {

View File

@ -15,8 +15,8 @@
width: 250px;
padding: 10px;
padding-top: 0;
border: 1px solid #ccc;
background: #fbfbfb;
border: 1px solid #ddd;
background: #fefefe;
border-radius: 5px;
}