Changeset 3492522
- Timestamp:
- 03/27/2026 10:27:33 AM (20 hours ago)
- File:
-
- 1 edited
-
ressources/trunk/ressources.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ressources/trunk/ressources.css
r2453984 r3492522 2 2 width:95%; 3 3 margin:0 auto; 4 padding: 1px; 4 5 height:12px; 5 6 border-radius:2px; 6 7 background:#FFF; 7 border: #EEE 1px inset;8 border: #999 1px solid; 8 9 position:relative; 10 box-sizing: border-box; 9 11 } 10 12 .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; 13 15 border-radius:2px; 14 height:10px; 16 height:8px; 17 box-sizing: border-box; 15 18 } 16 19 #ressources_machine p{
Note: See TracChangeset
for help on using the changeset viewer.