| @@ -1,11 +1,72 @@ | ||
| 1 | -#r8_tsm_script_code { | |
| 2 | - width: 100%; | |
| 3 | -} | |
| 4 | - | |
| 5 | -.r8_tsm_page_select { | |
| 6 | - width: 400px; | |
| 7 | -} | |
| 8 | - | |
| 9 | -#script-active .inside label { | |
| 10 | - line-height: 2; | |
| 11 | -} | |
| 1 | +.expired{ | |
| 2 | + color: red; | |
| 3 | +} | |
| 4 | +#the-list tr:last-child td:has(> span.expired) { | |
| 5 | + color: gray; | |
| 6 | +} | |
| 7 | + | |
| 8 | +#r8_tsm_script_code { | |
| 9 | + width: 100%; | |
| 10 | +} | |
| 11 | + | |
| 12 | +.r8_tsm_page_select { | |
| 13 | + width: 400px; | |
| 14 | +} | |
| 15 | + | |
| 16 | +#script-active .inside label { | |
| 17 | + line-height: 2; | |
| 18 | +} | |
| 19 | + | |
| 20 | +.edit-timestamp:focus{ | |
| 21 | + outline: none !important; | |
| 22 | + box-shadow: none !important; | |
| 23 | +} | |
| 24 | +.current-time #timestamp { | |
| 25 | + padding: 2px 0 1px 0; | |
| 26 | + display: inline !important; | |
| 27 | + height: auto !important; | |
| 28 | +} | |
| 29 | +.current-time #timestamp:before { | |
| 30 | + content: "\f173"; | |
| 31 | + position: relative; | |
| 32 | + top: -1px; | |
| 33 | + font: normal 20px/1 dashicons; | |
| 34 | + display: inline-block; | |
| 35 | + margin-left: -1px; | |
| 36 | + padding-right: 3px; | |
| 37 | + vertical-align: top; | |
| 38 | + -webkit-font-smoothing: antialiased; | |
| 39 | + -moz-osx-font-smoothing: grayscale; | |
| 40 | + color: #8c8f94; | |
| 41 | +} | |
| 42 | +#expire_date_in_num{ | |
| 43 | + width: 40px; | |
| 44 | +} | |
| 45 | +.expired_inactive, | |
| 46 | +.expired_inactive strong a{ | |
| 47 | + color: gray !important; | |
| 48 | +} | |
| 49 | +.visible{ | |
| 50 | + display: block; | |
| 51 | +} | |
| 52 | +.err-msg{ | |
| 53 | + color: red; | |
| 54 | + line-height: 26px; | |
| 55 | +} | |
| 56 | +.update-timestamp, | |
| 57 | +.cancel-timestamp{ | |
| 58 | + margin-top: 10px !important; | |
| 59 | +} | |
| 60 | +.schedule-row .col:nth-child(1) { | |
| 61 | + margin-right: 6%; | |
| 62 | +} | |
| 63 | +.schedule-row .col { | |
| 64 | + float: left; | |
| 65 | + width: 47%; | |
| 66 | +} | |
| 67 | +.schedule-row .col input{ | |
| 68 | + max-width: 100%; | |
| 69 | +} | |
| 70 | +#r8_tsm_script_code_wrapper .CodeMirror { | |
| 71 | + height: 400px; | |
| 72 | +} | |