Plugin Directory

Changeset 1505072


Ignore:
Timestamp:
09/29/2016 12:19:52 PM (10 years ago)
Author:
paratheme
Message:

style.css update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation-plus/trunk/css/style.css

    r1451827 r1505072  
    187187/*   ###################paginate###########################   */
    188188.documentation-archive .paginate .page-numbers {
    189     background: none repeat scroll 0 0 rgb(31, 191, 69);
    190     color: rgb(255, 255, 255);
    191     display: inline-block;
    192     margin: 3px 0;
    193     padding: 3px 8px;
    194     text-decoration: none
     189  background: #999 none repeat scroll 0 0;
     190  color: rgb(255, 255, 255);
     191  display: inline-block;
     192  margin: 3px 0;
     193  padding: 6px 15px;
     194  text-decoration: none;
     195}
     196
     197.documentation-archive .paginate .page-numbers:hover {
     198    background: #ddd none repeat scroll 0 0;
    195199    }
    196200
    197 .documentation-archive .paginate .page-numbers:hover {
    198     background: none repeat scroll 0 0 rgb(14, 140, 44)
    199     }
    200 
    201201.documentation-archive .paginate .current {
    202     background: none repeat scroll 0 0 rgb(14, 140, 44)
    203     }
     202  background: #ddd none repeat scroll 0 0;
     203}
    204204
    205205
Note: See TracChangeset for help on using the changeset viewer.