Subversion Repositories SmartDukaan

Rev

Rev 11094 | Rev 11146 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11094 Rev 11119
Line 59... Line 59...
59
      position:relative;
59
      position:relative;
60
      white-space: nowrap;
60
      white-space: nowrap;
61
      overflow: hidden;
61
      overflow: hidden;
62
      text-overflow: ellipsis;
62
      text-overflow: ellipsis;
63
    }
63
    }
-
 
64
    
-
 
65
    .filter.selected, .sort.selected{
-
 
66
      background:url("../images/check-sh.png")no-repeat 96% center,rgba(242,243,239,0.6);
-
 
67
      background-size:18px,100%;
-
 
68
    }
64
    > div:nth-of-type(1){
69
    > div:nth-of-type(1){
65
      border-right:@list-color1 solid 1px;
70
      border-right:@list-color1 solid 1px;
66
    }
71
    }
67
    > div:nth-of-type(1) span{
72
    > div:nth-of-type(1) span{
68
      display:inline-block;
73
      display:inline-block;
Line 114... Line 119...
114
          //color:@ltblue;
119
          //color:@ltblue;
115
        }
120
        }
116
        span.pr-linethrough{
121
        span.pr-linethrough{
117
          text-decoration: line-through;
122
          text-decoration: line-through;
118
          color:@sub-list;
123
          color:@sub-list;
-
 
124
          display: inline-block;
119
          //padding:0 4px;
125
          padding: 0 1px;
120
        }
126
        }
121
        span.pr-original{
127
        span.pr-original{
122
          //font-weight:bold;
128
          //font-weight:bold;
123
          //color:@ltblue;
129
          //color:@ltblue;
124
        }
130
        }