Ignore:
Timestamp:
01/15/15 16:01:26 (9 years ago)
Author:
emanuel.dima@uni-tuebingen.de
Message:
  1. alpha11: UI refactor
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/src/main/resources/assets/base.css

    r5900 r5919  
    109109}
    110110
     111/* large spinner */
     112input[type=number]::-webkit-inner-spin-button,
     113input[type=number]::-webkit-outer-spin-button {
     114        margin-left: 2px;
     115        font-size:24px;
     116}
     117
     118
    111119input, select, textarea {
    112   -webkit-transition: all 0.30s ease-in-out;
    113   -moz-transition: all 0.30s ease-in-out;
    114   -ms-transition: all 0.30s ease-in-out;
    115   -o-transition: all 0.30s ease-in-out;
    116   outline: none;
    117   border: 1px solid #ccc;
     120        -webkit-transition: all 0.30s ease-in-out;
     121        -moz-transition: all 0.30s ease-in-out;
     122        -ms-transition: all 0.30s ease-in-out;
     123        -o-transition: all 0.30s ease-in-out;
     124        outline: none;
     125        border: 1px solid #ccc;
    118126}
    119127input:focus, select:focus, textarea:focus, button:focus, a:focus {
Note: See TracChangeset for help on using the changeset viewer.