mirror of
https://github.com/unraid/webgui.git
synced 2026-03-01 13:49:18 -06:00
Revert "Merge pull request #2 from gfjardim/master"
This reverts commit91de90c872, reversing changes made to058ae5a3a4.
This commit is contained in:
@@ -35,7 +35,6 @@ $themes2 = in_array($theme,['gray','azure']);
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/font-awesome.css")?>">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/context.standalone.css")?>">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/jquery.sweetalert.css")?>">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/sweetalert2.css")?>">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-{$display['theme']}.css")?>">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/dynamix-{$display['theme']}.css")?>">
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,14 +0,0 @@
|
||||
.swal-button{background-color:#7cd1f9;color:#fff;border:none;box-shadow:none;border-radius:5px;font-weight:600;font-size:14px;padding:10px 24px;margin:0;cursor:pointer}
|
||||
.swal-button:not([disabled]):hover{background-color:#78cbf2}
|
||||
.swal-button:active{background-color:#70bce0}
|
||||
.swal-button:focus{outline:none;box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(43,114,165,.29)}
|
||||
.swal-button[disabled]{opacity:.5;cursor:default}
|
||||
.swal-button::-moz-focus-inner{border:0}
|
||||
.swal-button--cancel{color:#555;background-color:#efefef}
|
||||
.swal-button--cancel:not([disabled]):hover{background-color:#e8e8e8}
|
||||
.swal-button--cancel:active{background-color:#d7d7d7}
|
||||
.swal-button--cancel:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(116,136,150,.29)}
|
||||
.swal-button--danger{background-color:#e64942}
|
||||
.swal-button--danger:not([disabled]):hover{background-color:#df4740}
|
||||
.swal-button--danger:active{background-color:#cf423b}
|
||||
.swal-button--danger:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(165,43,43,.29)}
|
||||
Reference in New Issue
Block a user