Commit 336f4ba1 authored by Benoit Philibert's avatar Benoit Philibert

change the look of disabled btn

parent 099ec039
...@@ -15,8 +15,8 @@ a, button { ...@@ -15,8 +15,8 @@ a, button {
} }
button { button {
&:disabled { &:disabled {
background: #EFEFEF !important; background: lighten($gray,20%) !important;
border-color: #EFEFEF !important; border-color: lighten($gray,20%) !important;
&:hover {cursor: not-allowed !important;} &:hover {cursor: not-allowed !important;}
} }
} }
...@@ -271,6 +271,9 @@ em { ...@@ -271,6 +271,9 @@ em {
font-style: italic; font-style: italic;
} }
.btn-link {padding: 0 !important;} .btn-link {padding: 0 !important;}
.btn-primary {
&:disabled {opacity: 1 !important;}
}
} }
#modalReceive { #modalReceive {
.modal-body {padding: 0 3em;} .modal-body {padding: 0 3em;}
......
...@@ -17,8 +17,8 @@ a:hover, button:hover { ...@@ -17,8 +17,8 @@ a:hover, button:hover {
} }
button:disabled { button:disabled {
background: #EFEFEF !important; background: #d3d7de !important;
border-color: #EFEFEF !important; border-color: #d3d7de !important;
} }
button:disabled:hover { button:disabled:hover {
...@@ -325,6 +325,10 @@ em.display-4 { ...@@ -325,6 +325,10 @@ em.display-4 {
padding: 0 !important; padding: 0 !important;
} }
#modalSend .btn-primary:disabled {
opacity: 1 !important;
}
#modalReceive .modal-body { #modalReceive .modal-body {
padding: 0 3em; padding: 0 3em;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment