Dotclear


Ignore:
Timestamp:
05/25/18 10:31:54 (7 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

moz engine needs some hacks…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/berlin/scss/init/_rebase.scss

    r2947 r3755  
    9494input[type="submit"] { 
    9595     -webkit-appearance: button; 
     96  -moz-appearance: button; 
     97  appearance: button; 
    9698     cursor: pointer; 
    9799} 
     
    107109input[type="search"] { 
    108110     -webkit-appearance: textfield; 
     111  -moz-appearance: textfield; 
     112  appearance: textfield; 
    109113} 
    110114input[type="search"]::-webkit-search-cancel-button, 
    111115input[type="search"]::-webkit-search-decoration { 
    112116     -webkit-appearance: none; 
     117  -moz-appearance: none; 
     118  appearance: none; 
    113119} 
    114120button::-moz-focus-inner, 
Note: See TracChangeset for help on using the changeset viewer.

Sites map