|
@@ -205,7 +205,7 @@ input[type="button"] {
|
|
|
border-radius: 7px;
|
|
border-radius: 7px;
|
|
|
transition: ease background-color 250ms;
|
|
transition: ease background-color 250ms;
|
|
|
|
|
|
|
|
- &:hover {
|
|
|
|
|
|
|
+ &:hover:enabled {
|
|
|
background-color: $colorbutton;
|
|
background-color: $colorbutton;
|
|
|
opacity: 0.9;
|
|
opacity: 0.9;
|
|
|
}
|
|
}
|
|
@@ -218,7 +218,7 @@ input[type="button"] {
|
|
|
background: $colorbutton;
|
|
background: $colorbutton;
|
|
|
transition: ease background-color 250ms;
|
|
transition: ease background-color 250ms;
|
|
|
|
|
|
|
|
- &:hover {
|
|
|
|
|
|
|
+ &:hover:enabled {
|
|
|
background-color: $colorbutton;
|
|
background-color: $colorbutton;
|
|
|
opacity: 0.9;
|
|
opacity: 0.9;
|
|
|
}
|
|
}
|
|
@@ -235,7 +235,7 @@ input[type="button"] {
|
|
|
background: transparent;
|
|
background: transparent;
|
|
|
transition: ease background-color 250ms;
|
|
transition: ease background-color 250ms;
|
|
|
|
|
|
|
|
- &:hover {
|
|
|
|
|
|
|
+ &:hover:enabled {
|
|
|
background-color: #e9e8e8;
|
|
background-color: #e9e8e8;
|
|
|
opacity: 0.9;
|
|
opacity: 0.9;
|
|
|
color: #3e3a8e;
|
|
color: #3e3a8e;
|
|
@@ -250,7 +250,7 @@ input[type="button"] {
|
|
|
background: white;
|
|
background: white;
|
|
|
transition: ease background-color 250ms;
|
|
transition: ease background-color 250ms;
|
|
|
|
|
|
|
|
- &:hover {
|
|
|
|
|
|
|
+ &:hover:enabled {
|
|
|
background-color: #e9e8e8;
|
|
background-color: #e9e8e8;
|
|
|
opacity: 0.9;
|
|
opacity: 0.9;
|
|
|
color: #3e3a8e;
|
|
color: #3e3a8e;
|
|
@@ -300,10 +300,11 @@ input[type="button"] {
|
|
|
border: $colorbutton solid 2px;
|
|
border: $colorbutton solid 2px;
|
|
|
|
|
|
|
|
|
|
|
|
|
- &:hover {
|
|
|
|
|
|
|
+ &:hover:enabled{
|
|
|
background-color: $colorbutton;
|
|
background-color: $colorbutton;
|
|
|
opacity: 0.8;
|
|
opacity: 0.8;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//jangan di ubah
|
|
//jangan di ubah
|
|
@@ -380,7 +381,7 @@ input[type="button"] {
|
|
|
border: 0;
|
|
border: 0;
|
|
|
transition: ease background-color 250ms;
|
|
transition: ease background-color 250ms;
|
|
|
|
|
|
|
|
- &:hover {
|
|
|
|
|
|
|
+ &:hover:enabled {
|
|
|
background-color: $colorbutton;
|
|
background-color: $colorbutton;
|
|
|
opacity: 0.9;
|
|
opacity: 0.9;
|
|
|
}
|
|
}
|