Иконка ресурса

Модификатор для actionBar

Bams

Заблокирован
Сообщения
470
Решения
2
Реакции
70
Баллы
325
Bams431 добавил(а) новый ресурс:

Модификатор для actionBar - Приятные и светлые цвета для вашего шаблона

Приятные и светлые цвета для вашего шаблона

В less добавить код

Код:
.message-footer .actionBar-action--report, .message-footer .actionBar-action--edit, .message-footer .actionBar-action--delete, .message-footer .actionBar-action--ip, .message-footer .actionBar-action--warn, .message-footer .actionBar-action--bookmark, .message-footer .actionBar-action--reply, .message-footer .actionBar-action--mq, .message-footer .actionBar-action--like, .message-footer...

Узнать больше об этом ресурсе...
 
обновил код, добавил не достающие кнопки

Код:
.message-footer .actionBar-action--report, .message-footer .actionBar-action--edit, .message-footer .actionBar-action--spam, .message-footer .actionBar-action--delete, .message-footer .actionBar-action--ip, .message-footer .actionBar-action--warn, .message-footer .actionBar-action--bookmark, .message-footer .actionBar-action--reply, .message-footer .actionBar-action--mq, .message-footer .actionBar-action--like, .message-footer .actionBar-action--reaction, .message-footer .actionBar-action--bookmark, .message-footer .actionBar-action--tag, .message-footer .bestAnswerButton--unselect, .message-footer .bestAnswerButton--select {
    background: none !important;
    padding: 2px 15px;
    border-color: #ececec;
}
.message-footer .actionBar-action--report:hover, .message-footer .actionBar-action--edit:hover,  .message-footer .actionBar-action--spam:hover, .message-footer .actionBar-action--delete:hover, .message-footer .actionBar-action--ip:hover, .message-footer .actionBar-action--warn:hover, .message-footer .actionBar-action--bookmark:hover, .message-footer .actionBar-action--reply:hover, .message-footer .actionBar-action--mq:hover, .message-footer .actionBar-action--like:hover, .message-footer .actionBar-action--reaction:hover, .message-footer .actionBar-action--bookmark:hover, .message-footer .actionBar-action--tag:hover, .message-footer .bestAnswerButton--unselect:hover, .message-footer .bestAnswerButton--select:hover {
    background: #edf6fd !important;
    text-decoration: none !important;
}
 
Я, конечно, ни на что не намекаю ...
 

Вложения

  • 1559715136062.png
    1559715136062.png
    89.8 KB · Просмотры: 132
Действительно.

Less:
.actionBar-action {
    padding: 2px 15px;
    border-color: #ececec;
    &:hover {
        background: #edf6fd;
        text-decoration: none;
    }
}
 
Последнее редактирование:
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу