Plugin Directory

Changeset 1488404


Ignore:
Timestamp:
09/01/2016 09:00:20 PM (9 years ago)
Author:
rootabout
Message:

update to 1.1.12, a bit more styling of the infinite textboxes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin-builder/trunk/css/style.css

    r1480288 r1488404  
    6565  margin:20px 0;
    6666  padding:20px;
    67   background:#d7d7d7;
     67  background:#e4e4e4;
     68  -webkit-border-radius: 10px;
     69-moz-border-radius: 10px;
     70border-radius: 10px;
    6871}
    6972button.close{
     
    7376  padding:5px;
    7477  float:right;
    75   margin:5px;
     78  margin:-11px;
    7679  font-size: 18px;
    77   color:#9e1c1c;
     80  color:#FFF;
    7881  opacity: 1;
     82  background:#9e1c1c;
     83
    7984}
    8085button.close:hover{
    81   background: #9e1c1c;;
     86  background: #000;;
    8287  opacity: 1;
    8388  padding:5px;
Note: See TracChangeset for help on using the changeset viewer.