Project

General

Profile

« Previous | Next » 

Revision 55303

[Trunk|Library]

Portal color button: invert colors on hover

View differences:

library.css
765 765

  
766 766
  background-color: var(--portal-main-color) !important;
767 767
  color:var(--portal-main-contrast) !important;
768
    border: 2px solid var(--portal-main-color) !important;
768
    border: 1px solid var(--portal-main-color) !important;
769 769
    background-image:  none !important;
770 770

  
771 771
}
772
.portal-button:hover, .portal-button:active, .portal-button:focus {
773
    background-color: transparent !important;
774
    color:var(--portal-main-color) !important;
775
    border: 1px solid var(--portal-main-color) !important;
776
    background-image:  none !important;
777

  
778
}
772 779
.portal-link {
773 780
  color:var(--portal-main-color)  !important;
774 781
  text-decoration: underline !important;
......
1053 1060
a:hover, .uk-link:hover , .uk-link:hover, a:hover {
1054 1061
    color: var(--portal-main-color);
1055 1062
}
1056

  
1057

  
1058

  

Also available in: Unified diff