Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 29498fea

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID 29498fea0108e11fcfcdf4435b092b56dfc8c76e
  • Vorgänger 16da593f
  • Nachfolger 2daecdf1

Neues Design Anpassung: #388 Sichtbarkeit der Links verbessert

- Farbspezifikation für Links hinzugefügt
- Links entsprechend angepasst, Schrift fett und unterstrichen
- CSS für Menüs entsprechend angepasst
- less/css neu kompiliert

Unterschiede anzeigen:

css/less/tables.less
469 469
    th {
470 470
      color: @t-cell-th-text-color ;
471 471
      //vertical-align: top ;
472
      & > a {
473
        &:link,
474
        &:visited {
475
          text-decoration:   none ;
476
          color:             @t-cell-label-text-accent ;
477
        }
478
        &:hover,
479
        &:active {
480
          text-decoration:   underline ;
481
        }
482
      }
483 472
      h4{
484 473
        margin: 0 ;
485 474
        padding: 0 ;
......
681 670
            &:link,
682 671
            &:visited {
683 672
              color:              @t-cell-head-text-accent ;
684
              text-decoration:    none ;
673
              text-decoration:    underline ;
685 674
            }
686 675
            &:hover {
687 676
              color:              @t-cell-head-text-accent ;
......
725 714

  
726 715
      td, th {
727 716
        color:              @table-list-zebra-text-color ;
728
        a,
729
        a:link,
730
        a:visited { color:  @table-list-zebra-link-color ;
731
        }
732 717
      }
733 718
    } // /tbody
734 719

  

Auch abrufbar als: Unified diff