1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-22 22:23:19 +02:00

Designs: Define --bg

This commit is contained in:
Jakub Vrana
2025-03-29 13:15:14 +01:00
parent 262366b120
commit e4ed78ff7a
10 changed files with 45 additions and 3 deletions

View File

@@ -34,7 +34,12 @@
* Default Silk icon set 1.3 by Mark James - https://opengameart.org/content/application-silk-icon-set-13
* Modified icons by Robert Mesaros
*
*/#menu{padding:0 0 30px 0}
*/
html {
--bg: #f0f0f0;
}
#menu{padding:0 0 30px 0}
.ltr .logout{right:0;left:auto;margin-top:.5em}
.rtl .logout{left:0;right:auto;margin-top:.5em}
html{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}