Project

General

Profile

« Previous | Next » 

Revision 5465eca0

Added by Andreas Kohlbecker about 7 years ago

ref #6169 showing citation in list and eums items in UPPERCASE

View differences:

src/main/webapp/VAADIN/themes/edit-valo/edit-valo.scss
60 60
$hue-offset: hue($status-reference-color);
61 61
$plain-red: adjust-color($status-reference-color, $hue: -1 * $hue-offset);  // red as 0 degree hue
62 62
$status-rejected-color: adjust-color($plain-red, $hue: 0deg);
63
$status-curation-color: adjust-color($plain-red, $hue: 30deg); 
63
$status-curation-color: adjust-color($plain-red, $hue: 35deg); 
64 64
$status-preparation-color: adjust-color($plain-red, $hue: 60deg); 
65 65
$status-published-color: adjust-color($plain-red, $hue: 105deg); 
66 66
$status-ready-color: adjust-color($plain-red, $hue: 180deg);
......
172 172
    
173 173
    
174 174
    #registration-list {
175
        .status-rejected {
175
        .status-REJECTED {
176 176
            td.registrationType, td.status {
177 177
                color: $status-rejected-color;
178 178
            }
179 179
        }
180
        .status-curation {
180
        .status-CURATION {
181 181
            td.registrationType, td.status {
182 182
                color: $status-curation-color;
183 183
            }
184 184
        }
185
        .status-preparation {
185
        .status-PREPARATION {
186 186
            td.registrationType, td.status {
187 187
                color: $status-preparation-color;
188 188
            }
189 189
        }
190
        .status-published {
190
        .status-PUBLISHED {
191 191
            td.registrationType, td.status {
192 192
                color: $status-published-color;
193 193
            }
194 194
        }
195
        .status-ready {
195
        .status-READY {
196 196
            td.registrationType, td.status {
197 197
                color: $status-ready-color;
198 198
            }
......
200 200
    }
201 201

  
202 202

  
203

  
204 203
}

Also available in: Unified diff