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/jquery-ui.less
287 287
  .ui-menu-item {
288 288
    a {
289 289
      &:hover{
290
         background-color: @brand-dark;
290
         background-color: @base-dark;
291 291
         color: #fff ;
292 292
      }
293 293
    }
......
543 543
      }
544 544
      a.ui-state-hover{
545 545
        color: #ffffff ;
546
        background-color: @brand-darker;
546
        background-color: @base-darker;
547 547
      }
548 548
    }
549 549

  
......
551 551
      // current date
552 552
      .ui-state-highlight{
553 553
        color: #ffffff ;
554
        background-color: @brand-darker;
554
        background-color: @base-darker;
555 555
        border: 1px @gray-standard solid
556 556
      }
557 557
      // Days
558 558
      td a {
559
        &.ui-state-default { color: @brand-dark; }
559
        &.ui-state-default { color: @base-dark; }
560 560
        &.ui-state-hover {
561 561
          color: #ffffff ;
562 562
          background-color: #000000;
563 563
          border: #000000 ;
564 564
        }
565 565
        &.ui-state-active {
566
          border: 1px solid @brand-dark;
567
          background-color: @brand-dark;
568
          color: @brand-verylight;
566
          border: 1px solid @base-dark;
567
          background-color: @base-dark;
568
          color: @base-verylight;
569 569
        }
570 570
      } // /td
571 571
    }    // /.ui-datepicker-calendar
......
669 669
  .ui-dialog-titlebar {
670 670
    padding:          0.4em 1.0em;
671 671
    border:           none;
672
    background-color: @brand-h1-bg !important;
673
    color:            @brand-h1-color !important;
672
    background-color: @base-h1-bg !important;
673
    color:            @base-h1-color !important;
674 674
    font-weight:      normal;
675 675
    position:         relative;
676 676
    text-align:       left;
......
775 775
    margin: 0;
776 776
    padding: 0;
777 777
    width: 100%;
778
    background-color: @brand-lighter;
778
    background-color: @base-lighter;
779 779
    border-bottom: 1px @_menu_border_color solid ;
780 780

  
781 781
    a {
......
1377 1377
  //background: #f6f6f6 url(ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
1378 1378
  background: none ;
1379 1379
  font-weight: bold;
1380
  color: @brand-darker;
1380
  color: @base-darker;
1381 1381
  a,
1382 1382
  a:link,
1383 1383
  a:visited {

Auch abrufbar als: Unified diff