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