%PDF- %PDF-
Direktori : /home/lightco1/www/lightcolab.com/media/dbreplacer/less/ |
Current File : /home/lightco1/www/lightcolab.com/media/dbreplacer/less/style.less |
/** * @package DB Replacer * @version 6.1.0 * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2018 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ @import "../../regularlabs/less/init.less"; div.dbr_select { float: left; width: 100%; fieldset.adminform { select, textarea { width: 100%; height: 60px; } textarea { width: 98%; } } } div.dbr_tables fieldset.adminform select { height: 340px; } div.dbr_columns fieldset.adminform select { height: 320px; } td.db_value { vertical-align: top; font-family: monospace; font-size: 12px; } table#dbr_results { th.ghosted, td.ghosted { color: #aaaaaa; } &.hide-inactive { th.ghosted, td.ghosted { max-width: 0px; overflow: hidden; padding: 0; font-size: 0; } } td.has_search { background-color: @warningBackground !important; } span.search_string { padding: 0 1px; background-color: @errorBackground; border: 1px solid @errorBorder; color: @errorText; text-decoration: line-through; } span.replace_string { padding: 0 1px; background-color: @successBackground; border: 1px solid @successBorder; color: @successText; } div#dbr_rows { min-width: 832px; min-height: 20px; } span.null { font-style: italic; color: lighten(@errorText, 20%); } span.replace_string { span.null { color: lighten(@successText, 20%); } } span.no-strikethrough { text-decoration: none; } } .icon-48-dbreplacer { background: transparent url(../images/dbreplacer.png) no-repeat 10px 9px !important; padding-left: 183px !important; /* width + 20 */ } /* AP template */ #ap-wrapper .icon-48-dbreplacer { background: transparent url(../images/dbreplacer.png) no-repeat 10px 13px !important; padding-left: 183px; /* width + 20 */ font-size: 22px; color: #000000; } /* APLite template */ .ap-main .icon-48-dbreplacer { background: #ffffff url(../images/dbreplacer.png) no-repeat -27px -7px !important; padding-left: 143px !important; /* width - 20 */ padding-right: 5px !important; color: #000000 !important; }