Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 16da593f

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID 16da593f591b6387a5c1d211b07266552ca514fa
  • Vorgänger c1b1ecac
  • Nachfolger 29498fea

Neues Design Anpassung: #386 Farben Überschriften und Buttons angepasst

Da bei einer Änderung der Brand Farbe oftmals ein unbrauchbarer
Hintergrund-Ton entstand, habe ich diese nun entkoppelt. Dazu:

- brand durchgehend in base umbenannt
- neuen Abschnitt brand eingefügt (css/less/variables_color_style.less)
- diesen für H1 Header und Buttons verwendet
- less/css neu kompiliert

Unterschiede anzeigen:

css/less/jquery-ui_overrides.less
384 384
  // Days
385 385
  td a {
386 386
    &.ui-state-default {
387
      color: @brand-dark;
387
      color: @base-dark;
388 388
    }
389 389
    &.ui-state-hover {
390 390
      color: #ffffff ;
......
392 392
      border: #000000 ;
393 393
    }
394 394
    &.ui-state-active {
395
      border: 1px solid @brand-dark;
396
      background-color: @brand-dark;
397
      color: @brand-verylight;
395
      border: 1px solid @base-dark;
396
      background-color: @base-dark;
397
      color: @base-verylight;
398 398
    }
399 399

  
400 400
  }

Auch abrufbar als: Unified diff