csolsztyn Posted November 13, 2017 Share Posted November 13, 2017 Кнопки до: После не большого изменения: Идём в custom.css и добавляем код, редактируем под себя .ipsApp .ipsButton.cMultiQuote { line-height: 22px; padding: 0 6px; background-color: rgba(247, 244, 244, 0.03); } .ipsComment_controls > li { margin-right: 0px; } .ipsComment_controls > li { line-height: 27px; font-size: 11px; padding: 0px 10px; background: rgba(105, 102, 102, 0.71) linear-gradient(to bottom, rgba(105, 102, 102, 0.83) 0%, rgba(255, 255, 255, 0) 100%) repeat-x scroll 0px -1px; border: 1px dashed #2e3f50; color: #414141; text-shadow: 0px 0px 0px #717476; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); border-radius: 14px; display: inline-block; white-space: nowrap; cursor: pointer; } Link to comment Share on other sites More sharing options...
Guest Posted November 13, 2017 Share Posted November 13, 2017 Ты так всё с моего форума скопируешь Link to comment Share on other sites More sharing options...
Administrator ANDROS Posted November 13, 2017 Administrator Share Posted November 13, 2017 Стандартные средства IPS 4 Вот вам огромное количество стандартных вариантов. не нужно ничего пилить и перепиливать) Просто добавьте класс нужный для своей кнопочки) Ниже привожу стили кнопок ipsButton_normal Normal button ipsButton_primary Primary button ipsButton_alternate Alternate button ipsButton_important Important button ipsButton_light Light button ipsButton_veryLight Very light button ipsButton_overlaid Overlaid button ipsButton_link Link button Button sizes ipsButton_medium Medium button ipsButton_verySmall Very small button ipsButton_small Small button ipsButton_large Large button ipsButton_veryLarge Very large button ipsButton_fullWidth Can be combined with another size, above. Full width button Disabled buttons Buttons can be visually disabled either by adding the class ipsButton_disabled, or, on relevant input elements, adding the disabled property. For example: <a href='#' class='ipsButton ipsButton_normal ipsButton_medium ipsButton_disabled'>Disabled button (link)</a> <input type='submit' class='ipsButton ipsButton_normal ipsButton_medium' disabled value='Disabled button (input)'> These would render like so: Disabled button (link) Правила форума Правила оформления контента Приватный форум и чат Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now