mirror of
https://github.com/danbulant/console-hub
synced 2026-07-05 11:00:59 +00:00
File listing UI
This commit is contained in:
parent
22530a5e5f
commit
8eecf1cf4d
2 changed files with 25 additions and 1 deletions
2
html/styles.min.css
vendored
2
html/styles.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -166,6 +166,30 @@ html {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#files-view {
|
||||||
|
|
||||||
|
ul {
|
||||||
|
width: calc(100% + 15px);
|
||||||
|
overflow-x: hidden;
|
||||||
|
list-style-type: none;
|
||||||
|
padding-left: 0;
|
||||||
|
margin: 0;
|
||||||
|
margin-left: -15px; //realy left
|
||||||
|
li {
|
||||||
|
vertical-align: middle;
|
||||||
|
padding-top: 11px;
|
||||||
|
padding-left: 15px;
|
||||||
|
height: 36px;
|
||||||
|
background: rgba(255,255,255,0.2);
|
||||||
|
}
|
||||||
|
.selected {
|
||||||
|
background: rgba(255,255,255,0.6);
|
||||||
|
}
|
||||||
|
:nth-child(odd){
|
||||||
|
background: rgba(255,255,255,0.4);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Information panel, marked as 'nav'
|
* Information panel, marked as 'nav'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue