Dotclear

Changeset 1810:1cad42f451bc


Ignore:
Timestamp:
09/13/13 19:21:23 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Bug fix. Correction de la disparition des images des boutons au survol.

Location:
admin/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1801 r1810  
    574574     color: #fff; 
    575575     border: 1px solid #2C8FD1; 
    576      background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
    577      background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0)); 
    578      background:linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
     576     background-image:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
     577     background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0)); 
     578     background-image:linear-gradient(top,#25A6E1 0%,#188BC0 100%); 
    579579     background-color:#25A6E1; 
    580580     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); 
     
    582582     input[type=submit]:hover, input[type=submit]:focus, 
    583583     a.button.submit:hover, a.button.submit:focus { 
    584           background:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
    585           background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1)); 
    586           background:linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
     584          background-image:-moz-linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
     585          background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#188BC0),color-stop(100%,#25A6E1)); 
     586          background-image:linear-gradient(top,#188BC0 0%,#25A6E1 100%); 
    587587          background-color:#188BC0; 
    588588          } 
     
    593593a.button.delete, a.button.reset, a.button { 
    594594     color: #000; 
    595      background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); 
    596      background: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf); 
     595     background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dfdfdf)); 
     596     background-image: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf); 
    597597     background-color: #eee; 
    598598     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); 
     
    606606     a.button.delete:hover, a.button.reset:hover, a.button:hover, 
    607607     a.button.delete:focus, a.button.reset:focus, a.button:focus { 
    608           background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) ); 
    609           background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% ); 
     608          background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) ); 
     609          background-image:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% ); 
    610610          background-color:#f3f3f3; 
    611611          } 
     
    628628          } 
    629629.button.add { 
    630      background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bee74b), color-stop(1, #9BCA1C) ); 
    631      background:-moz-linear-gradient( center top, #bee74b 5%, #9BCA1C 100% ); 
     630     background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bee74b), color-stop(1, #9BCA1C) ); 
     631     background-image:-moz-linear-gradient( center top, #bee74b 5%, #9BCA1C 100% ); 
    632632     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee74b', endColorstr='#9BCA1C'); 
    633633     background-color:#bee74b; 
     
    641641     } 
    642642     .button.add:hover, .button.add:active, .button.add:focus { 
    643           background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9BCA1C), color-stop(1, #bee74b) ); 
    644           background:-moz-linear-gradient( center top, #9BCA1C 5%, #bee74b 100% ); 
     643          background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9BCA1C), color-stop(1, #bee74b) ); 
     644          background-image:-moz-linear-gradient( center top, #9BCA1C 5%, #bee74b 100% ); 
    645645          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BCA1C', endColorstr='#bee74b'); 
    646646          background-color:#9BCA1C; 
  • admin/style/jsToolBar/jsToolBar.css

    r1760 r1810  
    3636     border-radius: 4px 4px 0 0;  
    3737} 
    38  
    3938.jstElements select, .jstElements button { 
    4039     vertical-align: middle; 
     
    5554     background-repeat: no-repeat; 
    5655} 
    57 .jstElements button:hover { 
     56.jstElements button:hover, .jstElements button:focus { 
    5857     border-color : #ddd; 
    5958     background-color: #fff; 
     
    7271     margin-right: 0; 
    7372} 
    74  
    7573.jstSwitcher { 
    7674     display: block; 
     
    9896/* Buttons 
    9997-------------------------------------------------------- */ 
    100 .jstb_strong { 
     98button.jstb_strong { 
    10199     background-image: url(bt_strong.png); 
    102100} 
    103 .jstb_em { 
     101button.jstb_em { 
    104102     background-image: url(bt_em.png); 
    105103} 
    106 .jstb_ins { 
     104button.jstb_ins { 
    107105     background-image: url(bt_ins.png); 
    108106} 
    109 .jstb_del { 
     107button.jstb_del { 
    110108     background-image: url(bt_del.png); 
    111109} 
    112 .jstb_quote { 
     110button.jstb_quote { 
    113111     background-image: url(bt_quote.png); 
    114112} 
    115 .jstb_code { 
     113button.jstb_code { 
    116114     background-image: url(bt_code.png); 
    117115} 
    118 .jstb_paragraph { 
     116button.jstb_paragraph { 
    119117     background-image: url(bt_paragraph.png); 
    120118} 
    121 .jstb_br { 
     119button.jstb_br { 
    122120     background-image: url(bt_br.png); 
    123121} 
    124 .jstb_blockquote { 
     122button.jstb_blockquote { 
    125123     background-image: url(bt_bquote.png); 
    126124} 
    127 .jstb_pre { 
     125button.jstb_pre { 
    128126     background-image: url(bt_pre.png); 
    129127} 
    130 .jstb_ul { 
     128button.jstb_ul { 
    131129     background-image: url(bt_ul.png); 
    132130} 
    133 .jstb_ol { 
     131button.jstb_ol { 
    134132     background-image: url(bt_ol.png); 
    135133} 
    136 .jstb_link { 
     134button.jstb_link { 
    137135     background-image: url(bt_link.png); 
    138136} 
    139 .jstb_img { 
     137button.jstb_img { 
    140138     background-image: url(bt_img.png); 
    141139} 
    142 .jstb_img_select { 
     140button.jstb_img_select { 
    143141     background-image: url(bt_img_select.png); 
    144142} 
    145 .jstb_post_link { 
     143button.jstb_post_link { 
    146144     background-image: url(bt_post.png); 
    147145} 
    148 .jstb_removeFormat { 
     146button.jstb_removeFormat { 
    149147     background-image: url(bt_clean.png); 
    150148} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map