mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-02 19:27:57 +08:00
Havana SCSS theme, Progress indicator styles #PL-1995
This commit is contained in:
parent
92e95e1fcf
commit
50e3924357
Binary file not shown.
After Width: | Height: | Size: 827 B |
Binary file not shown.
After Width: | Height: | Size: 179 B |
Binary file not shown.
After Width: | Height: | Size: 164 B |
@ -0,0 +1,41 @@
|
||||
/*
|
||||
* Copyright (c) 2013 Haulmont Technology Ltd. All Rights Reserved.
|
||||
* Haulmont Technology proprietary and confidential.
|
||||
* Use is subject to license terms.
|
||||
*/
|
||||
|
||||
// Version: $Id$
|
||||
|
||||
@mixin havana-progressindicator($primaryStyleName: v-progressindicator) {
|
||||
.#{$primaryStyleName} {
|
||||
background: #dfe2e4 url(images/progress-bg.gif);
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.#{$primaryStyleName}-wrapper {
|
||||
border: 1px solid #b6bbbc;
|
||||
height: 9px;
|
||||
}
|
||||
|
||||
.#{$primaryStyleName}-disabled {
|
||||
background: #dfe2e4 url(images/progress-disabled.gif);
|
||||
height: 9px;
|
||||
border: 1px solid #b6bbbc;
|
||||
}
|
||||
|
||||
.#{$primaryStyleName}-indicator {
|
||||
background: #f7f9f9 url(images/progress-line.png);
|
||||
height: 9px;
|
||||
}
|
||||
|
||||
div.#{$primaryStyleName}-indeterminate,
|
||||
div.#{$primaryStyleName}-indeterminate-disabled {
|
||||
background: #dfe2e4 url(images/progress-bg.gif);
|
||||
height: 9px;
|
||||
|
||||
.#{$primaryStyleName}-indicator {
|
||||
background: #f7f9f9 url(images/progress-line.png);
|
||||
height: 9px;
|
||||
}
|
||||
}
|
||||
}
|
@ -44,6 +44,7 @@
|
||||
@import "components/errorindicator/errorindicator";
|
||||
@import "components/fieldgrouplayout/fieldgrouplayout";
|
||||
@import "components/loadingindicator/loadingindicator";
|
||||
@import "components/progressindicator/progressindicator";
|
||||
@import "components/tokenlist/tokenlist";
|
||||
@import "components/twincolumn/twincolumn";
|
||||
|
||||
@ -84,6 +85,7 @@
|
||||
@include havana-errorindicator;
|
||||
@include havana-fieldgrouplayout;
|
||||
@include havana-loadingindicator;
|
||||
@include havana-progressindicator;
|
||||
|
||||
@include havana-cuba-groupbox;
|
||||
@include havana-cuba-grouptable;
|
||||
|
Loading…
Reference in New Issue
Block a user