mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-20 14:32:59 +01:00
fix: 500ms transition instead, also use solid floppy disk icon
This commit is contained in:
@@ -275,7 +275,7 @@ form small {
|
||||
#save {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
transition: background-color 250ms linear;
|
||||
transition: background-color 500ms linear;
|
||||
|
||||
i {
|
||||
font-size: 1.5em;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<button id="save" class="btn btn-primary position-fixed bottom-0 end-0 px-3 py-2 mb-4 me-4 rounded-circle" type="button">
|
||||
<i class="fa fa-fw fa-save"></i>
|
||||
<i class="fa fa-fw fas fa-floppy-disk"></i>
|
||||
</button>
|
||||
Reference in New Issue
Block a user