Changeset 900


Ignore:
Timestamp:
Apr 22, 2015 11:18:43 AM (10 years ago)
Author:
lamdt
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/www/deploy/20150304/assets/css/space/style2.css

    r895 r900  
    276276#tools-bar .btn:hover,
    277277#tools-bar .btn-default:hover {
    278     background-color: #F5F5F5!important;
     278    background-color: transparent !important;
    279279    border-color: #F5F5F5;
    280280}
     
    287287    color: #666 !important;
    288288}
     289.btn:focus {
     290    outline: none !important;
     291}
     292
     293.modal-footer {
     294    padding: 0;
     295    background-color: transparent;
     296}
     297.modal-footer button,
     298.modal-footer button[class*="btn-"] {
     299    background-color: transparent !important;
     300    border-color: transparent;
     301    color: #666 !important;
     302    outline: none;
     303    border: 0;
     304    margin: 0 !important;
     305    cursor: pointer;
     306    font-size: 16px;
     307    padding: 15px;
     308    border-left: 1px solid #E5E5E5;
     309    text-shadow: none !important;
     310}
     311.modal-footer button[class*="btn-"]:hover {
     312    background-color: #eff3f8 !important;
     313}
    289314/* End Bootstrap */
    290315
     
    331356img[src=''], img:not([src]) {
    332357    opacity:0;
    333 }
    334 .btn:focus {
    335     outline: none !important;
    336358}
    337359
     
    469491    padding: 10px;
    470492}
    471 .space-modal-footer {
    472     text-align: center;
    473     border-top: 1px solid #EBE4E4;
    474     padding: 10px;
    475 }
    476 .space-modal-footer:hover {
    477     background: #eff3f8;
    478 }
    479 .modal-footer {
    480     padding: 0;
    481     background-color: transparent;
    482 }
    483 .modal-footer button {
    484     outline: none;
    485     background: transparent;
    486     border: 0;
    487     cursor: pointer;
    488     font-size: 16px;
    489     padding: 15px;
    490     border-left: 1px solid #E5E5E5;
    491 }
    492 .modal-footer button:hover {
    493     background-color: #eff3f8;
    494 }
    495493
    496494#copy-modal i {
Note: See TracChangeset for help on using the changeset viewer.