1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 17:44:07 +02:00

New version of design rmSOFT

This commit is contained in:
Matrixman
2025-04-03 15:59:13 +02:00
committed by Jakub Vrana
parent 646af54e7b
commit e7c2d09fa8
3 changed files with 12 additions and 33 deletions

View File

@@ -1,10 +1,7 @@
/*!
* @package Adminer.css - Theme CSS for Adminer --- [theme light] gray - orange B (with icons)
*
*/
/*!
* @version 5.1.0.1
* @date Sat, 29 Mar 2025 13:55:32 +0100
* @version 5.1.1.1
* @date Thu, 03 Apr 2025 13:24:32 +0100
* @author Robert Mesaros
* @copyright Copyright 2025 Robert Mesaros, rmSOFT, Slovakia
* @web https://www.rmsoft.sk
@@ -36,15 +33,11 @@
* Modified icons by Robert Mesaros
*
*/
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}
*,*:before,*:after{box-sizing:inherit}
html{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;--bg:#f0f0f0;--fg:#000}
*:before,*:after{box-sizing:inherit}
body{color:#000;background:#f0f0f0;font-family:Verdana,Arial,Helvetica,sans-serif;font-weight:normal;cursor:default;margin:0}
a{color:#c60;text-decoration:none}
a:visited{color:#844200}