Add placeholder style for disabled "see requests" button.

This commit is contained in:
Georgi Prodanov 2017-03-17 17:24:35 +02:00
Родитель 35554e3bc3
Коммит 88bc668848
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -11,6 +11,10 @@
text-align: center;
}
.action-bar .btn.disabled {
color: #bfbfbf;
}
.action-bar .btn-text.count {
background-color: #F4550F;
color: #fff;