Dotclear

Changeset 3755:8cb5f076eadd


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

moz engine needs some hacks…

Location:
themes/berlin
Files:
2 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, 
  • themes/berlin/style.css

    r3695 r3755  
    109109input[type="submit"] { 
    110110  -webkit-appearance: button; 
     111  -moz-appearance: button; 
     112  appearance: button; 
    111113  cursor: pointer; } 
    112114 
     
    121123 
    122124input[type="search"] { 
    123   -webkit-appearance: textfield; } 
     125  -webkit-appearance: textfield; 
     126  -moz-appearance: textfield; 
     127  appearance: textfield; } 
    124128 
    125129input[type="search"]::-webkit-search-cancel-button, 
    126130input[type="search"]::-webkit-search-decoration { 
    127   -webkit-appearance: none; } 
     131  -webkit-appearance: none; 
     132  -moz-appearance: none; 
     133  appearance: none; } 
    128134 
    129135button::-moz-focus-inner, 
Note: See TracChangeset for help on using the changeset viewer.

Sites map