Schema updated
Database Schema was not working properly have updated a little bit of css to work it properly 😊
This commit is contained in:
parent
375ad66bbe
commit
97975c5929
1 changed files with 7 additions and 24 deletions
31
adminer.css
31
adminer.css
|
@ -18,16 +18,12 @@ body {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: auto;
|
width: auto;
|
||||||
background: #FAFAFA;
|
background: #FAFAFA;
|
||||||
/*scrollbar-width: none;*/
|
|
||||||
font-family: 'Montserrat', sans-serif;
|
font-family: 'Montserrat', sans-serif;
|
||||||
text-rendering: optimizeLegibility !important
|
text-rendering: optimizeLegibility !important;
|
||||||
/*-ms-overflow-style: none;
|
overflow: auto;
|
||||||
scrollbar-width: none;*/
|
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
outline-color: #7962f2
|
outline-color: #7962f2;
|
||||||
/*-ms-overflow-style: none;
|
|
||||||
scrollbar-width: none;*/
|
|
||||||
}
|
}
|
||||||
::selection {
|
::selection {
|
||||||
background: #4ca0ea;
|
background: #4ca0ea;
|
||||||
|
@ -37,22 +33,6 @@ body {
|
||||||
background: #4ca0ea;
|
background: #4ca0ea;
|
||||||
color: #fff
|
color: #fff
|
||||||
}
|
}
|
||||||
/*::-webkit-scrollbar {
|
|
||||||
width: 9px;
|
|
||||||
height: 12px;
|
|
||||||
background-color: #CCC
|
|
||||||
}
|
|
||||||
::-webkit-scrollbar-corner {
|
|
||||||
background-color: #CCC
|
|
||||||
}
|
|
||||||
::-webkit-scrollbar-thumb {
|
|
||||||
background-color: #263238
|
|
||||||
}
|
|
||||||
::-webkit-scrollbar-corner {
|
|
||||||
background-color: #263238;
|
|
||||||
width: 8px;
|
|
||||||
height: 8px
|
|
||||||
}*/
|
|
||||||
#lang {
|
#lang {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: auto;
|
top: auto;
|
||||||
|
@ -1031,4 +1011,7 @@ a[href="#import"]:hover{
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -15px;
|
top: -15px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
#schema{
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue