1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-30 09:39:51 +02:00

Use <ul> list for logins (#314)

This commit is contained in:
Peter Knut
2018-12-18 15:45:04 +01:00
committed by Jakub Vrána
parent c275362c30
commit 7eaa57fc0b
18 changed files with 52 additions and 29 deletions

View File

@@ -794,7 +794,7 @@ legend{
}
/* tables */
#tables{
#logins, #tables{
border-bottom: none;
line-height: 20px;
padding: 18px 0;
@@ -820,12 +820,21 @@ legend{
font-size: 14px;
}
#logins a {
display: block;
padding: 5px 18px;
line-height: 14px;
color: #F1E5B3;
font-size: 14px;
}
#tables a.select.active,
#tables a.select:hover
{
color: red;
}
#logins a:hover,
#tables a[title]:hover,
#tables a.active,
#tables a.select:hover + a,