mirror of
https://github.com/vrana/adminer.git
synced 2025-08-31 01:59:59 +02:00
CSS: Add --fg color
This commit is contained in:
@@ -10,7 +10,11 @@ https://raw.github.com/vrana/adminer/master/designs/ng9/adminer.css
|
||||
*
|
||||
* adminer.php :allow in iframe( if($b->headers()){header("X-Frame-Options: deny");header("X-XSS-Protection: 0");} )
|
||||
*/
|
||||
::-webkit-scrollbar-track-piece{
|
||||
html {
|
||||
--fg: #555;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track-piece{
|
||||
background-color: rgba(180,180,180,0.06);
|
||||
border-radius:3px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user