Search
 
SCRIPT & CODE EXAMPLE
 

CSS

change button color ultimate member plugin

/* Link colors */
.um a.um-link,
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color
{
    color: #3ba1da !important;
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
    color: #44b0ec !important;
}

/* Button colors */
.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover,
.um .um-button,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um input[type=submit]:disabled:hover
{
    background: #3ba1da !important;
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected,
.um .um-button:hover,
.um a.um-button:hover,
.um input[type=submit].um-button:hover{
    background: #44b0ec !important;
}

/* Button alt colors */
.um .um-button.um-alt, 
.um input[type=submit].um-button.um-alt {
    background: #eeeeee !important;
}

.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover {
    background: #e5e5e5 !important;	
}
Comment

PREVIOUS NEXT
Code Example
Css :: scroll down style 
Css :: css before cant change the size 
Css :: position absolute css 
Css :: onfocusout css 
Css :: fix materialize form label not working 
Css :: moving nested element up css 
Css :: Réglage de constantes PHP 
Css :: css function to add and subtract 
Css :: how to take of underline from link through css 
Css :: mdn css marker 
Css :: scratch card css 
Css :: css infinite horizontal scroll with keyframe? 
Css :: css address by id 
Css :: Creating Hashnode logo with CSS 
Css :: css geight 
Css :: Apply "small-caps" to an element 
Css :: css color keywords 
Css :: css hover change more than one element 
Css :: nokogiri xml diff 
Css :: if else in golang 
Css :: #f7fafc 
Css :: bolock rotating the screen on your website with css 
Css :: bootsrap view only landscape 
Css :: slect all li that not have ul 
Css :: change your cursor 
Css :: on active tab background color with slide animation 
Css :: microwave 
Css :: vw css 
Css :: css media queries if else 
Typescript :: how to remove list dots in li bootstrap 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =