Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Server/webroot/ngax/less/themes.less')
-rw-r--r--Duplicati/Server/webroot/ngax/less/themes.less10
1 files changed, 1 insertions, 9 deletions
diff --git a/Duplicati/Server/webroot/ngax/less/themes.less b/Duplicati/Server/webroot/ngax/less/themes.less
index 05bd90a6c..90ce33d7f 100644
--- a/Duplicati/Server/webroot/ngax/less/themes.less
+++ b/Duplicati/Server/webroot/ngax/less/themes.less
@@ -1,8 +1,4 @@
-@import 'fonts.less';
@import 'variables.less';
-@import 'form.less';
-@import 'font-awesome/font-awesome.less';
-
@tColor: #a5a5a5; // Text-color
@hColor: #609301; // Heading-color
@@ -54,7 +50,7 @@ body.theme-dark .container .header .state {
border: 1px lighten(@hColor, 10%) solid;
}
-body .container .header .menubutton
+body.theme-dark .container .header .menubutton
{
color: @tColor;
}
@@ -103,8 +99,4 @@ body.theme-dark form.styled input, body.theme-dark form.styled textarea, body.th
{
color: @tColor;
background-color: #1a1a1a;
-}
-
-body.theme-dark form.styled input {
-
} \ No newline at end of file