mirror of
https://github.com/bckelley/blueberry-pma-theme.git
synced 2026-08-24 03:04:11 -05:00
Fix console styles
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
@@ -12,6 +12,9 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
|
||||
border: 1px solid #ccc;
|
||||
direction: ltr;
|
||||
}
|
||||
#pma_console .CodeMirror {
|
||||
border: none;
|
||||
}
|
||||
.CodeMirror * {
|
||||
font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
|
||||
}
|
||||
|
||||
@@ -3707,7 +3707,6 @@ html.ie7 #pma_console .query_input {
|
||||
font-size: 120%;
|
||||
}
|
||||
.cm-s-pma .CodeMirror-scroll {
|
||||
padding-bottom: 2em;
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user