7 changed files with 72 additions and 16 deletions
@ -1,11 +1,25 @@ |
|||||||
.x-form-trigger-wrap { |
.x-form-trigger-wrap { |
||||||
border-radius: $border-radius-md; |
// border-radius: $border-radius-md; |
||||||
border-width: 2px; |
// border-width: 2px; |
||||||
border-color: $base-gray; |
// border-color: $base-gray; |
||||||
background-color: transparent; |
// background-color: transparent; |
||||||
|
border-width: 1px; |
||||||
|
border-radius: 0; |
||||||
|
border-style: solid; |
||||||
|
border-color: $base-color; |
||||||
|
background-color: $base-dark-color; |
||||||
|
color: $base-light-text; |
||||||
.x-form-text, .x-form-trigger-default { |
.x-form-text, .x-form-trigger-default { |
||||||
border-radius: $border-radius-md; |
border-radius: $border-radius-md; |
||||||
background-color: transparent; |
background-color: transparent; |
||||||
color: $base-light-text; |
color: $base-light-text; |
||||||
|
.x-form-spinner-default { |
||||||
|
border-radius: $border-radius-md; |
||||||
|
background-color: $body-color; |
||||||
|
color: $base-light-text; |
||||||
|
} |
||||||
} |
} |
||||||
|
} |
||||||
|
.x-form-item-label-default { |
||||||
|
color: $base-light-text; |
||||||
} |
} |
@ -1,13 +1,17 @@ |
|||||||
.x-btn-icon-el-default-small.x-btn-glyph { |
.x-btn-icon-el-default-small.x-btn-glyph { |
||||||
cursor: pointer; |
cursor: pointer; |
||||||
color: #2E658E; |
color: $base-gray; |
||||||
|
} |
||||||
|
.x-btn-icon-el-default-toolbar-small.x-btn-glyph { |
||||||
|
cursor: pointer; |
||||||
|
color: $base-gray; |
||||||
|
opacity: 1; |
||||||
} |
} |
||||||
.x-panel-default { |
.x-panel-default { |
||||||
.x-toolbar-docked-bottom { |
.x-toolbar-docked-bottom { |
||||||
background-color: $body-color; |
background-color: $body-color; |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.x-autocontainer-innerCt { |
.x-autocontainer-innerCt { |
||||||
background-color: rgba($body-light-color, .12); |
background-color: rgba($body-light-color, .12); |
||||||
} |
} |
@ -0,0 +1,22 @@ |
|||||||
|
.x-window-default { |
||||||
|
// .x-window-header-default { |
||||||
|
|
||||||
|
// } |
||||||
|
.x-window-body-default { |
||||||
|
background: $body-color; |
||||||
|
color: $base-light-text; |
||||||
|
.x-window-item > div { |
||||||
|
background: $body-color; |
||||||
|
color: $base-light-text; |
||||||
|
.x-component-default { |
||||||
|
color: $base-light-text; |
||||||
|
} |
||||||
|
.fieldset-body-default { |
||||||
|
padding: 0 .1rem .25rem |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
// .x-window-footer-default { |
||||||
|
|
||||||
|
// } |
||||||
|
} |
Loading…
Reference in new issue