Project

General

Profile

« Previous | Next » 

Revision 58614

[Connect | Trunk]: Change Curators and Organizations base on new mocks

View differences:

customization.css
1

  
2

  
3 1
.communityPanelBackground:not(bottom) {
4 2
    border-style: solid;
5
    border-color: #4C9CD5;
3
    border-color: var(--portal-main-color);
6 4
    border-width: 0px;
7 5
}
8 6

  
9 7
.communityPanelBackground,
10 8
.communityPanelBackground .uk-section-primary {
11
    background-color: #4C9CD5;
9
    background-color: var(--portal-main-color);
12 10
}
13 11

  
14 12
.communityPanelBackground {
......
67 65
.uk-tab>.uk-active>a,
68 66
.uk-tab>*>a:focus,
69 67
.uk-tab>*>a:hover {
70
    color: #4C9CD5;
68
    color: var(--portal-main-color);
71 69
}
72 70

  
73 71
.uk-link:hover,
......
82 80
.uk-tab>.uk-active>a,
83 81
.uk-navbar-nav>li.uk-active>a,
84 82
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a {
85
    color: #2D72D6;
83
    color: var(--portal-dark-color) !important;
86 84
}
87 85

  
88 86
.communityBorder {
89
    border-color: #4C9CD5;
87
    border-color: var(--portal-main-color);
90 88
    border-style: solid;
91 89
    border-width: 2px;
92 90
    border-radius: 6px;
......
135 133

  
136 134
.communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground) {
137 135
    background-color: #ffffff !important;
138
    /*color: #4C9CD5 !important;*/
136
    /*color: var(--portal-main-color) !important;*/
139 137
    color: black !important;
140 138
    border-color: #ffffff !important;
141 139
    border-style: solid !important;
......
145 143

  
146 144
.communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground):hover {
147 145
    background-color: #eeeeee !important;
148
    /*color: #4C9CD5 !important;*/
146
    /*color: var(--portal-main-color) !important;*/
149 147
    color: black !important;
150 148
    border-color: #eeeeee !important;
151 149
}
......
186 184
}
187 185

  
188 186
/*CONNECT REDESIGN*/
187
.uk-text-muted {
188
    color: #666 !important;
189
}
190

  
191
.uk-card-default {
192
    color: #212121 !important;
193
}
194

  
195
.portal-link:hover {
196
    text-decoration: none !important;
197
    color: var(--portal-dark-color) !important;
198
}
199

  
200
.uk-slidenav {
201
    background: none !important;
202
}

Also available in: Unified diff