You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Olegmak
Если заходить на компьютере то все нормально, цвет другой а на мобильном телефоне цвет прежний, кеш в движке после манипуляций очищал, движок DLE
Версия шаблона сайта адаптивная, цвета менял в этих столбцах в style.css
.short-title{font-size:16px;line-height:21px;height:42px;overflow:hidden;display:block;color:#ff0000 !important;text-decoration:none;font-family:"RobotoMedium", Arial, sans-serif;}
.short-title:hover{color:#303030 !important;}
В style2.css
}
.short-title{
font-size: 16px;
line-height: 21px;
height: 42px;
overflow: hidden;
display: block;
color: #ff0000 !important;
text-decoration: none;
font-family: "RobotoMedium", Arial, sans-serif;
}
.short-title:hover{
color: #303030 !important;
}
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.