summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 16:53:01 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 16:53:01 +0300
commit563a46f55a392011d075811b3dc798e9cdcca949 (patch)
tree4321fadc393b5cf5bf26929d2fcf017dfc0b8f9a /prefs.php
parentf679ec2e6e25598c511177d7d160c51d2bdf631e (diff)
initial
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs.php b/prefs.php
index a3d7c8b1b..35addd318 100644
--- a/prefs.php
+++ b/prefs.php
@@ -37,7 +37,7 @@
var __ttrss_version = "<?php echo VERSION ?>"
</script>
- <?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css"); ?>
+ <?php echo stylesheet_tag("lib/flat/flat.css"); ?>
<?php if ($_SESSION["uid"]) {
$theme = get_pref("USER_CSS_THEME", false, false);
@@ -102,7 +102,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
-<body class="claro ttrss_main ttrss_prefs">
+<body class="flat ttrss_main ttrss_prefs">
<div id="notify" class="notify"></div>
<div id="cmdline" style="display : none"></div>