custom color and darkblue_orange
This commit is contained in:
@@ -63,7 +63,7 @@ danbarry
|
|||||||
+ rfe #1962383 [designer] Option to create a PDF page
|
+ rfe #1962383 [designer] Option to create a PDF page
|
||||||
- patch #2007196, Typos in comments, thanks to knittl - knittl
|
- patch #2007196, Typos in comments, thanks to knittl - knittl
|
||||||
- bug #1982315 [GUI] Comma and quote in ENUM, thanks to Joshua Hogendorn
|
- bug #1982315 [GUI] Comma and quote in ENUM, thanks to Joshua Hogendorn
|
||||||
+ [GUI] Color picker (work in progress, now just for original theme)
|
+ [GUI] Color picker
|
||||||
- bug #1970836 [parser] SQL parser is slow, thanks to Christian Schmidt
|
- bug #1970836 [parser] SQL parser is slow, thanks to Christian Schmidt
|
||||||
+ rfe #1692928 [transformation] Option to disable browser transformations
|
+ rfe #1692928 [transformation] Option to disable browser transformations
|
||||||
+ [import] Speed optimization to be able to import the sakila database
|
+ [import] Speed optimization to be able to import the sakila database
|
||||||
|
@@ -30,7 +30,7 @@ body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
|
||||||
background: <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
|
background: <?php echo (isset($_SESSION['userconf']['custom_color']) ? $_SESSION['userconf']['custom_color'] : $GLOBALS['cfg']['MainBackground']); ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
|
<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
|
||||||
|
Reference in New Issue
Block a user