Хочу поправить на форуме пару элементов, цветов.
Правильно ли я понимаю, что можно просто добавить нужный css-код в файл extra.less?
Добавляю так, даже прописываю !important, но все равно ничего не меняется:
Можно ли css таким образом править?
Правильно ли я понимаю, что можно просто добавить нужный css-код в файл extra.less?
Добавляю так, даже прописываю !important, но все равно ничего не меняется:
Код:
.block-minorHeader {
padding: 6px 10px;
margin: 0;
font-weight: 400;
text-decoration: none;
font-size: 17px;
color: #ffffff !important;
background: #869BBF url(/forum/images/gradients/gradient_tcat.gif) repeat-x top left !important;
}
.block-header {
padding: 6px 10px;
margin: 0;
font-weight: 400;
text-decoration: none;
font-size: 20px;
color: #ffffff !important;
border-bottom: 1px solid #dfdfdf;
background: #869BBF url(/images/gradients/gradient_tcat.gif) repeat-x top left !important;
}
.block-desc {
color: #ffffff !important;
}
a {
color: #22229C !important;
Можно ли css таким образом править?