Use bootstrap variable for table color

This commit is contained in:
Jonathan Frederic 2015-01-16 16:18:21 -08:00
parent 74fbcdfec2
commit bb0bc50cf3

View File

@ -73,7 +73,7 @@ ul.breadcrumb {
.list_item {
&:hover .list_item {
background-color: #ddd;
background-color: @table-border-color;
};
a {text-decoration: none;}
}
@ -208,7 +208,7 @@ ul#new-menu {
border-radius: 0px;
.list_item {
border-bottom: 1px solid #ddd;
border-bottom: 1px solid @table-border-color;
&:last-child {
border-bottom: 0px;