|
@@ -114,6 +114,17 @@
|
114
|
114
|
opacity: 0.5;
|
115
|
115
|
}
|
116
|
116
|
|
|
117
|
+.button.unclickable {
|
|
118
|
+ cursor: default;
|
|
119
|
+}
|
|
120
|
+
|
|
121
|
+a.button.unclickable:hover,
|
|
122
|
+a.button.unclickable:active,
|
|
123
|
+a.button.unclickable.selected{
|
|
124
|
+ cursor: default;
|
|
125
|
+ background: none;
|
|
126
|
+}
|
|
127
|
+
|
117
|
128
|
a.button:hover,
|
118
|
129
|
a.button:active,
|
119
|
130
|
a.button.selected {
|
|
@@ -219,6 +230,7 @@ a.button>#avatar {
|
219
|
230
|
.slideOutExt {
|
220
|
231
|
@include animation("slideOutExt .5s forwards");
|
221
|
232
|
}
|
|
233
|
+
|
222
|
234
|
/**
|
223
|
235
|
* END of slide in animation for extended toolbar panel.
|
224
|
|
- */
|
|
236
|
+ */
|