Recent pads improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user