Plugin Directory

Changeset 2685718


Ignore:
Timestamp:
02/28/2022 03:49:32 AM (4 years ago)
Author:
morphii
Message:

Updated CSS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • morphii/trunk/assets/css/morphii-custom.css

    r2665851 r2685718  
    1 body
     1.morphii
    22{
    33  font-family: inherit;
     
    1313    height: 6rem;
    1414}
    15 .center-div
     15.morphii .center-div
    1616{
    1717  padding-top: 10px;
     
    2121}
    2222
    23 .btn {
     23.morphii .btn {
    2424  background: #3498db;
    2525  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
     
    3838}
    3939
    40 .btn:hover {
     40.morphii .btn:hover {
    4141  background: #3cb0fd;
    4242  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
     
    4848}
    4949
    50 button[disabled] {
     50.morphii button[disabled] {
    5151  cursor: not-allowed;
    5252  filter: alpha(opacity=65);
Note: See TracChangeset for help on using the changeset viewer.