|
@@ -45,6 +45,31 @@
|
|
|
|
|
|
font-size: @font-size-small;
|
|
font-size: @font-size-small;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ &.btn-flat {
|
|
|
|
+ background: none;
|
|
|
|
+ border: transparent;
|
|
|
|
+ .box-shadow(none);
|
|
|
|
+ position: static;
|
|
|
|
+
|
|
|
|
+ color: @btn-default-color;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+
|
|
|
|
+ &:hover {
|
|
|
|
+ background-color: fadeOut(@btn-bg, 90%);
|
|
|
|
+ transition-duration: 0.1s;
|
|
|
|
+
|
|
|
|
+ color: @btn-bg;
|
|
|
|
+ text-shadow: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ &:active {
|
|
|
|
+ background: fadeOut(@btn-bg, 40%);
|
|
|
|
+
|
|
|
|
+ color: lighten(@btn-bg, 50%);
|
|
|
|
+ text-shadow: none;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -52,6 +77,20 @@
|
|
&.btn-default {
|
|
&.btn-default {
|
|
.misago-button-flavour(@btn-default-color, @btn-default-bg, @btn-default-border);
|
|
.misago-button-flavour(@btn-default-color, @btn-default-bg, @btn-default-border);
|
|
|
|
|
|
|
|
+ &.btn-flat {
|
|
|
|
+ &:hover {
|
|
|
|
+ background-color: fadeOut(@btn-default-color, 90%);
|
|
|
|
+
|
|
|
|
+ color: @btn-default-color;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ &:active {
|
|
|
|
+ background: fadeOut(@btn-default-color, 40%);
|
|
|
|
+
|
|
|
|
+ color: lighten(@btn-default-color, 50%);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
&.text-success {
|
|
&.text-success {
|
|
color: @brand-success;
|
|
color: @brand-success;
|
|
}
|
|
}
|