Version 2.0

This commit is contained in:
mrliptontea
2019-03-13 00:34:20 +00:00
parent b79991966a
commit 0ec8791d41
87 changed files with 5856 additions and 3382 deletions

View File

@@ -158,7 +158,7 @@
background: $component-bg;
box-shadow: none;
color: $component-color;
font-weight: normal;
font-weight: $font-weight-normal;
}
.ui-state-default a,
@@ -177,7 +177,7 @@
border: 1px solid $component-active-border;
background: $component-active-bg;
color: $component-active-color;
font-weight: normal;
font-weight: $font-weight-normal;
.ui-icon {
background-image: url("../images/ui-icons_ffffff_256x240.png");
@@ -202,7 +202,7 @@
border: 1px solid $component-active-border;
background: $component-active-bg;
color: $component-active-color;
font-weight: normal;
font-weight: $font-weight-normal;
}
.ui-state-active a,
@@ -222,24 +222,24 @@
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
border: 1px solid #fcefa1;
background: #fbf9ee;
color: #363636;
border: 1px solid shade($yellow, 600);
background: shade($yellow, 200);
color: shade($yellow, 800);
a {
color: #363636;
color: shade($yellow, 800);
}
}
.ui-state-error,
.ui-widget-content .ui-state-error {
border: 1px solid #cd0a0a;
background: #fef1ec;
color: #cd0a0a;
border: 1px solid $red;
background: shade($red, 50);
color: $red;
a {
color: #cd0a0a;
color: $red;
}
}
@@ -251,7 +251,7 @@
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary {
opacity: .7;
font-weight: normal;
font-weight: $font-weight-normal;
}
.ui-state-disabled,
@@ -521,7 +521,7 @@
.ui-widget-overlay {
opacity: .3;
background: #000;
background: $black;
}
.ui-widget-shadow {
@@ -529,7 +529,7 @@
padding: 8px;
border-radius: 8px;
opacity: .3;
background: #aaa;
background: $gray-600;
}
/* Resizable
@@ -1083,7 +1083,7 @@ button.ui-button::-moz-focus-inner {
background: $body-bg;
box-shadow: none;
color: $component-color;
font-weight: normal;
font-weight: $font-weight-normal;
a,
a:link,
@@ -1098,7 +1098,7 @@ button.ui-button::-moz-focus-inner {
border: 1px solid $component-active-border;
background: $component-active-bg;
color: $component-active-color;
font-weight: normal;
font-weight: $font-weight-normal;
}
.ui-datepicker-prev,