Show More
@@ -47,10 +47,16 b' input[type="button"] {' | |||||
47 | &:active { |
|
47 | &:active { | |
48 | outline:none; |
|
48 | outline:none; | |
49 | } |
|
49 | } | |
|
50 | ||||
50 | &:hover { |
|
51 | &:hover { | |
51 | color: @rcdarkblue; |
|
52 | color: @rcdarkblue; | |
52 |
background-color: @ |
|
53 | background-color: @grey6; | |
53 | .border ( @border-thickness, @grey4 ); |
|
54 | ||
|
55 | } | |||
|
56 | ||||
|
57 | &.btn-active { | |||
|
58 | color: @rcdarkblue; | |||
|
59 | background-color: @grey6; | |||
54 | } |
|
60 | } | |
55 |
|
61 | |||
56 | .icon-remove { |
|
62 | .icon-remove { | |
@@ -71,11 +77,7 b' input[type="button"] {' | |||||
71 | margin: 0 0 0 0; |
|
77 | margin: 0 0 0 0; | |
72 | } |
|
78 | } | |
73 |
|
79 | |||
74 | &.btn-active { |
|
80 | ||
75 | color: @rcdarkblue; |
|
|||
76 | background-color: @white; |
|
|||
77 | .border ( @border-thickness, @rcdarkblue ); |
|
|||
78 | } |
|
|||
79 |
|
81 | |||
80 | } |
|
82 | } | |
81 |
|
83 |
General Comments 0
You need to be logged in to leave comments.
Login now