Explorar el Código

WIP: apply bootstrap theme

* .close button
Yuki Takei hace 8 años
padre
commit
3d511b7dfe
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      resource/styles/agile-admin/inverse/colors/_apply-colors.scss

+ 3 - 1
resource/styles/agile-admin/inverse/colors/_apply-colors.scss

@@ -162,9 +162,11 @@ legend {
   .modal-header {
     &.bg-primary, &.bg-info, &.bg-success, &.bg-warning, &.bg-danger {
       color: white;
+      .close {
+        color: white;
+      }
     }
     .close {
-      color: white;
       opacity: 0.5;
       &:hover {
         opacity: 0.9;