|
@@ -26,9 +26,7 @@ body {
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
font-smoothing: antialiased;
|
|
font-smoothing: antialiased;
|
|
|
|
|
|
- &.view {
|
|
|
|
- background-color: #0f0f0f;
|
|
|
|
- }
|
|
|
|
|
|
+ &.view { background-color: #0f0f0f; }
|
|
}
|
|
}
|
|
|
|
|
|
input {
|
|
input {
|
|
@@ -42,6 +40,8 @@ input {
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#upload { display: none; }
|
|
|
|
+
|
|
@import 'animations';
|
|
@import 'animations';
|
|
@import 'content';
|
|
@import 'content';
|
|
@import 'contextmenu';
|
|
@import 'contextmenu';
|