mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +00:00
ui tweaks
This commit is contained in:
1
template/static/images/edit.svg
Normal file
1
template/static/images/edit.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-edit"><path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path></svg>
|
After Width: | Height: | Size: 365 B |
@@ -34,6 +34,7 @@ var vm = new Vue({
|
||||
'settingsShow': false,
|
||||
'settings': 'manage',
|
||||
'settingsManageDropdown': null,
|
||||
'settingsManageEdit': null,
|
||||
'newFolderTitle': null,
|
||||
}
|
||||
},
|
||||
|
@@ -2,6 +2,23 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 15px !important;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
border-color: #80bdff !important;
|
||||
box-shadow: inset 0 0 0 2px #80bdff !important;
|
||||
}
|
||||
|
||||
.btn:focus {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
max-width: 1368px;
|
||||
margin: 0 auto;
|
||||
|
Reference in New Issue
Block a user