🔒 EXCLUSIVE: Changeset/ - Complete Album!

Changeset 3260159


Ignore:
Timestamp:
03/22/2025 11:54:13 PM (9 months ago)
Author:
nhrrob
Message:

Update to version 1.1.7-beta1 from GitHub

Location:
nhrrob-options-table-manager
Files:
18 edited
1 copied

Legend:

Unmodified
Added
Removed
  • nhrrob-options-table-manager/tags/1.1.7-beta1/assets/css/admin.css

    r3256055 r3260159  
    378378    background-color: #FF9800;
    379379}
     380
     381#nhrotm-data-table tfoot input {
     382    padding: 8px 10px;
     383    margin: 0;
     384    border: 1px solid #aaa;
     385    border-radius: 5px;
     386    font-weight: normal;
     387}
     388
     389/* Filter  */
     390
     391.nhrotm-filter-container {
     392    margin-bottom: 20px;
     393    padding: 15px;
     394    background: #fff;
     395    border-radius: 5px;
     396    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
     397}
     398
     399.nhrotm-filter-row {
     400    display: flex;
     401    /* justify-content: space-between; */
     402    justify-content: center;
     403    align-items: center;
     404    /* margin-bottom: 15px; */
     405    gap: 10px;
     406}
     407
     408.nhrotm-filter-group {
     409    display: flex;
     410    align-items: center;
     411    gap: 10px;
     412}
     413
     414#option-type-filter {
     415    min-width: 200px;
     416    padding: 4px 8px;
     417    border: 1px solid #ddd;
     418    border-radius: 4px;
     419}
     420
     421#delete-expired-transients {
     422    background-color: #e74c3c;
     423    padding: 4px 8px;
     424    color: white;
     425    border: none;
     426}
  • nhrrob-options-table-manager/tags/1.1.7-beta1/assets/js/admin.js

    r3256055