Plugin Directory

Changeset 874595


Ignore:
Timestamp:
03/13/2014 08:45:31 AM (12 years ago)
Author:
somatic
Message:

fixing clicker buttons inner shadow prob

File:
1 edited

Legend:

Unmodified
Added
Removed
  • somatic-framework/trunk/css/soma-admin-styles.css

    r788048 r874595  
    22
    33.form-table .clicker {
    4     font-size: 1.1em;
    5     font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
     4    font-size: 16px;
     5    color: #fff;
    66    text-transform: uppercase;
    77    font-weight: bold;
    8     background: #65a9d7;
    9     color: white;
    10     height: 2.6em;
    11     line-height: 2.5em;
     8    height: 40px;
    129    padding: 0 2em;
    13     text-shadow: none;
    14     -webkit-border-radius: 6px;
    15     -moz-border-radius: 6px;
    16     border-radius: 6px;
    17     text-shadow: rgba(0,0,0,.4) 0 1px 0;
     10    background-color: #52a4c8;
     11    border-color: #52879e;
    1812    margin-right: 6px;
    1913    margin-bottom: 6px;
    20     border: 1px solid #ccc;
    2114    display: inline-block;
    2215    text-decoration: none;
     16    -webkit-box-shadow: none;
     17    -moz-box-shadow: none;
     18    box-shadow: none;
     19   
    2320}
    2421.field-data .clicker {
     
    2724.form-table .clicker:hover {
    2825    background: #277699;
     26    border-color: #52879e;
    2927    color: #fff;
    3028    cursor: pointer;
     
    3230
    3331.form-table .clicker:active {
    34     border-top-color: #1b435e;
    3532    background: #1b435e;
    3633    text-shadow: none;
     
    4037    background: #aaa;
    4138    border-top: 1px solid #ccc;
    42     -webkit-box-shadow: rgba(50,50,50,1) 0 1px 2px;
    43     -moz-box-shadow: rgba(80,120,120,1) 0 1px 0;
    44     box-shadow: rgba(80,120,120,1) 0 1px 0;
     39    -webkit-box-shadow: none;
     40    -moz-box-shadow: none;
     41    box-shadow: none;
    4542}
    4643
Note: See TracChangeset for help on using the changeset viewer.