Change groupbytime bg color to match adjacent toggles

pull/856/head
Alex P 2017-02-09 12:50:57 -08:00
parent b14c744d0a
commit c721de4167
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.group-by-time-dropdown .dropdown-toggle {
.group-by-time-dropdown .dropdown-toggle {
width: 70px;
}
.group-by-time {
@ -17,6 +17,7 @@
border-style: solid;
border-color: $g5-pepper;
border-width: 2px;
background-color: $g3-castle;
}
.dropdown-toggle {
border-radius: 0px 3px 3px 0;