فهرست منبع

Add missing close button on Shortcuts help window

Robert Zollner 6 سال پیش
والد
کامیت
2df36e2b2e
2فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  1. 3 0
      web/css/styles.min.css
  2. 3 1
      web/templates/footer.html

+ 3 - 0
web/css/styles.min.css

@@ -3404,6 +3404,9 @@ form#vstobjects.suspended {
 .shortcuts .close:active {
   background-color: #55c9c0;
 }
+.shortcuts .close .fas {
+  font-size: 1.3rem;
+}
 .shortcuts ul {
   list-style-type: none;
   padding: 30px 20px;

+ 3 - 1
web/templates/footer.html

@@ -7,7 +7,9 @@
   <div class="shortcuts animated fadeIn" style="display:none">
     <div class="header">
       <div class="title"><?=__('Shortcuts')?></div>
-      <div class="close"></div>
+      <div class="close text-center">
+        <i class="fas fa-times"></i>
+      </div>
 
     </div>
     <ul>