Current Path :
/
home
/
develito
/
public_html
/
media
/
com_akeeba
/
css
/
sources
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/public_html/media/com_akeeba/css/sources/_extradb.scss
/* * @package akeebabackup * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ /* * Multiple databases definitions and Include Off-site Folders */ /** * Use in akeeba-table tables when you are going to have <input> inside <td>. Otherwise the TDs with INPUTs will have * their content appear like it's pushed down by an invisible padding because of vertical-align: baseline. */ table[class*=--dynamic-line-editor] td { vertical-align: middle; } #ak_editor_notifier img { margin: 0 2em; }