%PDF- %PDF-
| Direktori : /home1/lightco1/public_html/lightcolab.com/media/dbreplacer/css/ |
| Current File : //home1/lightco1/public_html/lightcolab.com/media/dbreplacer/css/style.css |
/**
* @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
*/
div.dbr_select {
float: left;
width: 100%;
}
div.dbr_select fieldset.adminform select,
div.dbr_select fieldset.adminform textarea {
width: 100%;
height: 60px;
}
div.dbr_select fieldset.adminform 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,
table#dbr_results td.ghosted {
color: #aaaaaa;
}
table#dbr_results.hide-inactive th.ghosted,
table#dbr_results.hide-inactive td.ghosted {
max-width: 0px;
overflow: hidden;
padding: 0;
font-size: 0;
}
table#dbr_results td.has_search {
background-color: #fcf8e3 !important;
}
table#dbr_results span.search_string {
padding: 0 1px;
background-color: #f2dede;
border: 1px solid #ebccd1;
color: #a94442;
text-decoration: line-through;
}
table#dbr_results span.replace_string {
padding: 0 1px;
background-color: #dff0d8;
border: 1px solid #d6e9c6;
color: #3c763d;
}
table#dbr_results div#dbr_rows {
min-width: 832px;
min-height: 20px;
}
table#dbr_results span.null {
font-style: italic;
color: #ce8483;
}
table#dbr_results span.replace_string span.null {
color: #67b168;
}
table#dbr_results 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;
}