Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7824720d

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID 7824720d5c9b8cf7ab21a481d6bca6cf23e66868
  • Vorgänger 13d82fb8
  • Nachfolger 6cb1c463

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/menu.less
532 532
    .DHTMLSuite_menuItem_top_over,
533 533
    .DHTMLSuite_menuItem_top_click {
534 534
      color:             @color-red-strong ;
535
      background-color: @brand-superlight ;
535
      background-color: @base-superlight ;
536 536
      .DHTMLSuite_menuItem_top_arrowShowSub{
537 537
        border:         none !important ;
538 538
      }
......
553 553
  padding:         0.1em 0 0.4em 0.4em !important;
554 554
  margin:         11px 0 0 0;
555 555
  border-top:     none;
556
  border-right:   1px solid @brand-lighter;
557
  border-bottom:   1px solid @brand-lighter;
558
  border-left:     1px solid @brand-lighter;
556
  border-right:   1px solid @base-lighter;
557
  border-bottom:   1px solid @base-lighter;
558
  border-left:     1px solid @base-lighter;
559 559

  
560 560
  // -----------------------
561 561
  // Menu-Item Sub (2nd Level)
......
586 586
  .DHTMLSuite_menuItem_sub_over,
587 587
  .DHTMLSuite_menuItem_sub_active {
588 588
    color: @color-orange-strong ;
589
    background-color: @brand-superlight;
589
    background-color: @base-superlight;
590 590
  }
591 591

  
592 592
} // /.DHTMLSuite_menuBar_sub

Auch abrufbar als: Unified diff