Commit c7574e3c by Dányi Bence

webui: details hidden by default

parent 401eda7b
...@@ -71,9 +71,15 @@ ...@@ -71,9 +71,15 @@
list-style-type: none; list-style-type: none;
} }
.entry{ .entry{
&.opened .actions{ &.opened {
.actions{
display: block !important; display: block !important;
} }
.summary .name .details {
display: inline;
border: none;
}
}
&.small .summary{ &.small .summary{
padding: 5px; padding: 5px;
cursor: default; cursor: default;
...@@ -151,6 +157,10 @@ ...@@ -151,6 +157,10 @@
.actions{ .actions{
display: block; display: block;
} }
.name .details {
display: inline;
border: none;
}
} }
.id{ .id{
...@@ -166,7 +176,9 @@ ...@@ -166,7 +176,9 @@
position: relative; position: relative;
&.filetype-new-folder { &.filetype-new-folder {
float: left; float: left;
}
.details {
display: none;
} }
} }
@placeholderColor: #555; @placeholderColor: #555;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment