Commit c7574e3c by Dányi Bence

webui: details hidden by default

parent 401eda7b
......@@ -71,8 +71,14 @@
list-style-type: none;
}
.entry{
&.opened .actions{
display: block !important;
&.opened {
.actions{
display: block !important;
}
.summary .name .details {
display: inline;
border: none;
}
}
&.small .summary{
padding: 5px;
......@@ -151,6 +157,10 @@
.actions{
display: block;
}
.name .details {
display: inline;
border: none;
}
}
.id{
......@@ -166,7 +176,9 @@
position: relative;
&.filetype-new-folder {
float: left;
}
.details {
display: none;
}
}
@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