Project

General

Profile

« Previous | Next » 

Revision 58663

[Connect | Trunk]: Change uk-input to have borders

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library.css
942 942
.portal-box {
943 943
    background-color: var(--portal-main-color) !important;
944 944
    color: var(--portal-main-contrast) !important;
945
    border: 1px solid var(--portal-main-color);
946
    height: 18px;
945 947
}
946 948

  
947 949
.uk-pagination .uk-icon {
......
1730 1732

  
1731 1733
.quickSelectionsBox {
1732 1734
    border: 1px solid #E6E6E6;
1733
    border-top: 0px;
1735
    border-top: 0;
1734 1736
    background-color: white;
1735 1737
}
1736 1738

  
......
1762 1764
}
1763 1765

  
1764 1766
/* theme */
1765
.uk-input, .uk-select {
1766
    border-bottom: 1px solid rgba(0, 0, 0, 0.42) ;
1767
.uk-input, .uk-select, .uk-textarea {
1768
    border: 1px solid rgba(0, 0, 0, 0.40) !important;
1767 1769
}
1768 1770

  
1769 1771
/* theme */
1770
.uk-textarea {
1771
    border: 1px solid rgba(0, 0, 0, 0.42) !important;
1772
.uk-text-muted {
1773
    color: #666 !important;
1772 1774
}
1773 1775

  
1774 1776
/* theme */
1775
.uk-text-muted {
1776
    color: #aaa !important;
1777
.uk-card-default {
1778
    color: #333 !important;
1777 1779
}
1778 1780

  
1779 1781
/* theme */

Also available in: Unified diff