Rounded drive contents
parent
612467ed92
commit
e089b625f0
|
@ -597,6 +597,7 @@
|
|||
}
|
||||
.drive_fileIcon;
|
||||
li {
|
||||
border-radius: @variables_radius;
|
||||
&.cp-app-drive-element {
|
||||
position: relative;
|
||||
}
|
||||
|
@ -666,6 +667,7 @@
|
|||
}
|
||||
li {
|
||||
display: flex;
|
||||
border-radius: @variables_radius;
|
||||
input {
|
||||
border: 1px solid transparent;
|
||||
margin: 0;
|
||||
|
@ -754,6 +756,7 @@
|
|||
}
|
||||
&> span {
|
||||
padding: 14px 5px;
|
||||
border-radius: @variables_radius;
|
||||
&.cp-app-drive-sort-clickable {
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in New Issue