Subversion Repositories Integrator Subversion

Rev

Rev 182 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
179 espaco 1
body {
2
  .ui-wizard {
3
    .ui-wizard-step-titles {
4
      .ui-wizard-step-title {
5
        border: $panelHeaderBorder;
6
        background: $panelHeaderBg;
7
        color: $panelHeaderTextColor;
8
        padding: $panelHeaderPadding;
9
        margin: 0;
10
        border-right: 0 none;
11
        border-radius: 0;
12
 
13
        &:first-child {
14
          @include border-radius-left($borderRadius);
15
        }
16
 
17
        &:last-child {
18
          @include border-radius-right($borderRadius);
19
          border-right: $panelHeaderBorder;
20
        }
21
 
22
        &.ui-state-highlight {
23
          background: $highlightBg;
24
          color: $highlightTextColor;
25
        }
26
      }
27
    }
28
 
29
    .ui-icon-arrowthick-1-w {
30
      @include icon-override("\e91a");
31
    }
32
 
33
    .ui-icon-arrowthick-1-e {
34
      @include icon_override('\e91b');
35
    }
36
 
37
  }
38
}