|
@@ -273,6 +273,8 @@ overflow:auto;
|
|
}
|
|
}
|
|
.popup-buttons .button:last-child{
|
|
.popup-buttons .button:last-child{
|
|
margin: 0 20%;
|
|
margin: 0 20%;
|
|
|
|
+}
|
|
|
|
+.popup-buttons .button{
|
|
border-radius: 30px;
|
|
border-radius: 30px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -771,8 +773,15 @@ a:visited,a:link{
|
|
}
|
|
}
|
|
.button.button-positive{
|
|
.button.button-positive{
|
|
background-color: #00C3DA;
|
|
background-color: #00C3DA;
|
|
|
|
+ color: #ffffff;
|
|
|
|
+}
|
|
|
|
+.button-default{
|
|
|
|
+ background: #00C3DA;
|
|
|
|
+}
|
|
|
|
+.button.button-default{
|
|
|
|
+ color: #ffffff;
|
|
}
|
|
}
|
|
-.button.button-balanced.active, .button.button-positive.activated{
|
|
|
|
|
|
+.button.button-balanced.active, .button.button-positive.activated, .button.button-default.activated{
|
|
background-color: #00C3DA;
|
|
background-color: #00C3DA;
|
|
}
|
|
}
|
|
.bar.bar-balanced{
|
|
.bar.bar-balanced{
|