Plugin Directory

Changeset 3482587


Ignore:
Timestamp:
03/14/2026 03:01:16 PM (2 weeks ago)
Author:
John Dagelmore
Message:

2.26 trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gptranslate/trunk/assets/css/admin.css

    r3466528 r3482587  
    118118}
    119119
     120#tab-translator .form-table th {
     121    width: 280px;
     122}
     123
    120124.form-table td {
    121125    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
     
    145149div.gptcard-header button, div.gptcard-header input {
    146150    font-weight: normal;
     151    white-space: nowrap;
     152}
     153
     154/* Sort dropdown */
     155.gpt-sort-select {
     156    padding: 4px 8px;
     157    font-size: 13px;
     158    border: 1px solid #8c8f94;
     159    border-radius: 4px;
     160    background: #fff;
     161    color: #2c3338;
     162    cursor: pointer;
     163    height: 30px;
     164    margin-left: 4px;
     165}
     166
     167.gpt-sort-select:focus {
     168    border-color: #2271b1;
     169    box-shadow: 0 0 0 1px #2271b1;
     170    outline: none;
    147171}
    148172
     
    200224    border-bottom: 1px solid #ddd;
    201225    font-weight: bold;
     226}
     227
     228.gptcard-header [data-role="search-translations"],
     229.gptcard-header [data-role="reset-search"] {
     230    white-space: nowrap;
     231    font-weight: normal;
    202232}
    203233
     
    449479}
    450480
     481/* API Key field with eye-toggle */
     482.gpt-apikey-wrap {
     483    display: flex;
     484    align-items: center;
     485    gap: 0;
     486}
     487.gpt-apikey-wrap .button {
     488    padding: 0 12px;
     489    height: 30px;
     490    line-height: 30px;
     491    flex-shrink: 0;
     492    background: #f6f7f7;
     493}
     494.gpt-apikey-wrap .dashicons {
     495    font-size: 18px;
     496    width: 18px;
     497    height: 18px;
     498    margin-top: 4px;
     499}
     500
     501.gpt-apikey-wrap .dashicons.dashicons-visibility,
     502.gpt-apikey-wrap .dashicons.dashicons-hidden {
     503    line-height: normal;
     504}
     505
     506.gpt-apikey-wrap .large-apikey {
     507    width: 50%;
     508}
     509
    451510.toggle-import {
    452511    background: #FFF;
     
    477536
    478537#migraterow {
    479     width: 50%;
     538    width: fit-content;
    480539    margin-bottom: 10px;
    481540    background: #FFF;
     
    799858}
    800859
    801 body[class*="branch-7"] input[name="exactmatch"]{
     860body[class*="branch-7"] input[name="exactmatch"],
     861body[class*="branch-8"] input[name="exactmatch"],
     862body[class*="branch-9"] input[name="exactmatch"]{
    802863    border: 1px solid #3858e9;
    803864}
     865
     866body[class*="branch-7"] .gpt-apikey-wrap .dashicons,
     867body[class*="branch-8"] .gpt-apikey-wrap .dashicons,
     868body[class*="branch-9"] .gpt-apikey-wrap .dashicons {
     869    margin-top: 5px;
     870}
Note: See TracChangeset for help on using the changeset viewer.