Ignore:
Timestamp:
2013/01/29 17:29:17 (11 years ago)
Author:
h_yoshimoto
Message:

#2074 デフォルトデザインデータの差し替え

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/html/user_data/packages/admin/css/admin_contents.css

    r22350 r22465  
    379379} 
    380380 
    381 /*ツールボタン (オレンジ)*/ 
     381/*ツールボタン (みどり)*/ 
    382382.btn-tool-format02, 
    383383a.btn-tool-format02:link, 
    384384a.btn-tool-format02:visited { 
    385385    padding: 0 6px; 
    386     border: solid 1px #FFA801; 
     386    border: solid 1px #696E84; 
    387387    display: inline-block; 
    388388    color: #393B57; 
    389     background: url('../img/button/orange-grad.png') repeat-x #eee; 
     389    background: url('../img/button/green-grad.png') repeat-x #BDDC8D; 
    390390    background-origin: padding-box; 
    391391    background-attachment: scroll; 
    392392    background-clip: border-box; 
    393     background-color: #c9cbcb; 
    394393    font-weight: bold; 
    395394    font-size: 90%; 
     
    443442} 
    444443a.btn-tool-format02:hover { 
    445     border: solid 1px #977742; 
    446     color: #6b5f53; 
     444    border: solid 1px #4b4e59; 
     445    color: #5a675c; 
    447446} 
    448447 
Note: See TracChangeset for help on using the changeset viewer.