|
|
@@ -7,7 +7,7 @@ $font-weight-bold: dynamic(500);
|
|
|
$accordion-header-background-color: dynamic($lightest-color);
|
|
|
$accordion-header-color: dynamic(#333);
|
|
|
|
|
|
-$panel-body-background: dynamic(#EEF4F9) !default;
|
|
|
+$panel-body-background: dynamic(#f4f4f4) !default;
|
|
|
|
|
|
$treelist-nav-ui: (
|
|
|
padding: 0 10px,
|
|
|
@@ -116,6 +116,16 @@ $treelist-nav-ui: (
|
|
|
background: url(../../../../resources/images/default/user-profile-default.png) 0 0 no-repeat;
|
|
|
background-position: center;
|
|
|
}
|
|
|
+
|
|
|
+ .x-btn,.x-btn-over,.x-btn-pressed{
|
|
|
+ .x-btn-wrap{
|
|
|
+ .x-btn-button{
|
|
|
+ .x-btn-inner{
|
|
|
+ color:#34BAF6 !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
.x-btn.header-right-profile-image.x-btn-menu-active.x-btn-header-small,
|
|
|
.x-btn.header-right-profile-image.x-btn-pressed.x-btn-header-small {
|