benoitbalon posteets tagged bouton,css  [ Profile ]

Sort by: Date / Title /

  1. 11 months ago
    1. span.bouton
    2. {
    3.         background-color: #D4D0C8;
    4.         border-left: 1px solid white;
    5.         border-top: 1px solid white;
    6.         border-right: 2px solid grey;
    7.         border-bottom: 2px solid grey;
    8.         padding-left: 5px;
    9.         padding-right: 5px;
    10.         padding-top: 3px;
    11.         padding-bottom: 3px;
    12.         cursor: default;
    13.         font-family: sans-serif;
    14.         font-size: smaller;
    15. }
    16.  
    17. span.bouton:active
    18. {
    19.         border-left: 2px solid grey;
    20.         border-top: 2px solid grey;
    21.         border-right: 1px solid white;
    22.         border-bottom: 1px solid white;
    23.         padding-left: 5px;
    24.         padding-right: 5px;
    25.         padding-top: 3px;
    26.         padding-bottom: 3px;
    27. }

First / Previous / Next / Last / Page 1 of 1 (1 posteets)