Plugin Directory

Changeset 3492522


Ignore:
Timestamp:
03/27/2026 10:27:33 AM (20 hours ago)
Author:
bastho
Message:

Use theme color for bars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ressources/trunk/ressources.css

    r2453984 r3492522  
    22    width:95%;
    33    margin:0 auto;
     4    padding: 1px;
    45    height:12px;
    56    border-radius:2px;
    67    background:#FFF;
    7     border:#EEE 1px inset;
     8    border: #999 1px solid;
    89    position:relative;
     10    box-sizing: border-box;
    911}
    1012.progress-bar{
    11     background:#0073aa;
    12     border:#0073aa 1px outset;
     13    background: linear-gradient(90deg, var(--wp-admin-theme-color), var(--wp-admin-theme-color-darker-10) 100%);
     14    border: none;
    1315    border-radius:2px;
    14     height:10px;
     16    height:8px;
     17    box-sizing: border-box;
    1518}
    1619#ressources_machine p{
Note: See TracChangeset for help on using the changeset viewer.