← Back
Editing: post-update.css
/* Luxeritas WordPress Theme - free/libre wordpress platform * * @copyright Copyright (C) 2015 Thought is free. * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later * @author LunaNuko * @link https://thk.kanzae.net/ * @translators rakeem( http://rakeem.jp/ ) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ /* input */ body.wp-admin label.thk-block-label { display:block; } /* body.wp-admin .block-editor input.thk-block-input { appearance: auto; } */ body.wp-admin .block-editor input.thk-block-input[type=radio] { height: 14px; width: 14px; } body.wp-admin .block-editor input.thk-block-input[type=checkbox] { height: 16px; width: 16px; vertical-align: middle; margin-top: 0; } body.wp-admin .block-editor input.thk-block-input[type=radio]::before { width: .8rem; height: .8rem; } body.wp-admin .block-editor input.thk-block-input[type=checkbox]::before { width: 2rem; height: 2rem; } /* post update */ .modtime { display: inline !important; padding: 2px 0 1px 0; height: auto !important; } .modtime:before { font: normal 20px/1 'dashicons'; content: '\f145'; color: #888; padding: 0 5px 0 0; top: -1px; left: -1px; position: relative; vertical-align: top; } #timestamp_mod_div { padding-top: 5px; line-height: 23px; } #timestamp_mod_div p { margin: 8px 0 6px; } #timestamp_mod_div input { border-width: 1px; border-style: solid; } #timestamp_mod_div select { height: 21px; line-height: 14px; padding: 0; vertical-align: top; font-size: 12px; } #aa_mod, #jj_mod, #hh_mod, #mn_mod { padding: 1px; font-size: 12px; } #jj_mod, #hh_mod, #mn_mod { width: 2em; } #aa_mod { width: 3.4em; }
Save File
Cancel