This commit is contained in:
Sean Li 2015-05-26 17:50:58 -07:00
Родитель eb78f403a5
Коммит 57f04f5c39
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -57,6 +57,10 @@
text-align: center; text-align: center;
margin: 0 10px; margin: 0 10px;
min-width: 40px; min-width: 40px;
&:hover {
border-radius: 40px;
background-color: @gray-lightest;
}
} }
.results-filter-title { .results-filter-title {

Просмотреть файл

@ -119,6 +119,10 @@
background-color: transparent; background-color: transparent;
} }
} }
&:hover {
border-radius: 40px;
background-color: @gray-lightest;
}
} }
.details-progress { .details-progress {