summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-07-08 14:29:19 +0300
committerAndrew Dolgov <[email protected]>2019-07-08 14:29:19 +0300
commit4d265a4debd9f9c9acaef065b57eeb8b5741a3df (patch)
tree12438af115dd29d221050150ed72692144a68ff1
parentea30061ccedd37f47928ee5a9df89397d2c591bb (diff)
use claro theme instead of flat
-rw-r--r--css/default.css3
-rw-r--r--css/default.less2
-rw-r--r--index.php2
-rw-r--r--prefs.php2
4 files changed, 4 insertions, 5 deletions
diff --git a/css/default.css b/css/default.css
index 8941c76c8..30c288ea7 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1,4 +1,4 @@
-@import "../lib/flat-ttrss/flat_combined.css";
+@import "../lib/dijit/themes/claro/claro.css";
body.ttrss_main,
body.ttrss_prefs,
#main {
@@ -1891,4 +1891,3 @@ body.ttrss_zoom div.post div.content pre {
max-width: 98%;
overflow: auto;
}
-/*# sourceMappingURL=default.css.map */ \ No newline at end of file
diff --git a/css/default.less b/css/default.less
index 3e94b6a09..228a1ff5e 100644
--- a/css/default.less
+++ b/css/default.less
@@ -1,4 +1,4 @@
@import "defines.less";
@import "dijit_light.less";
@import "zoom.less";
-@import "../lib/flat-ttrss/flat_combined.css"; \ No newline at end of file
+@import "../lib/dijit/themes/claro/claro.css";
diff --git a/index.php b/index.php
index 43265ca8b..10da6b31e 100644
--- a/index.php
+++ b/index.php
@@ -120,7 +120,7 @@
<meta name="referrer" content="no-referrer"/>
</head>
-<body class="flat ttrss_main ttrss_index">
+<body class="claro ttrss_main ttrss_index">
<div id="overlay" style="display : block">
<div id="overlay_inner">
diff --git a/prefs.php b/prefs.php
index 38e201fec..f82b28f8c 100644
--- a/prefs.php
+++ b/prefs.php
@@ -102,7 +102,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
-<body class="flat ttrss_main ttrss_prefs">
+<body class="claro ttrss_main ttrss_prefs">
<div id="notify" class="notify"></div>
<div id="cmdline" style="display : none"></div>