Recent pads improvements

This commit is contained in:
yflory
2019-05-03 15:07:04 +02:00
parent c9e53d9ab9
commit 5a19f7cc5d
6 changed files with 93 additions and 13 deletions

View File

@@ -509,6 +509,10 @@
}
}
}
&.cp-app-drive-element-separator {
text-align: left;
font-weight: bold;
}
}
}
.cp-app-drive-element {
@@ -521,6 +525,12 @@
&.cp-app-drive-element {
position: relative;
}
&.cp-app-drive-element-separator {
display: block;
height: auto;
width: auto;
border: none !important;
}
input {
width: 100%;
margin: 0;
@@ -600,6 +610,14 @@
height: @variables_bar-height;
line-height: @variables_bar-height;
}
&.cp-app-drive-element-separator {
position: relative;
height: 1.5 * @variables_bar-height;
line-height: 1.5 * @variables_bar-height;
span {
position: absolute;
}
}
&.cp-app-drive-element-header {
cursor: default;
color: @drive_table-header-fg;