Rounded drive contents

master
David Benqué 2022-02-07 15:42:57 +00:00
parent 612467ed92
commit e089b625f0
1 changed files with 3 additions and 0 deletions

View File

@ -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 {