aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.rtl.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-05-21 12:17:21 +0200
committerGravatar GitHub <noreply@github.com> 2020-05-21 12:17:21 +0200
commit3bef867a44cb8343cff3d69504425968f754779e (patch)
tree01059c7dd8e38542907f065d68bc6a79401a6939 /p/themes/base-theme/template.rtl.css
parentb906d79d61beaeed7474f33fb6dac01a63ca90b9 (diff)
Better hide spinner (#2990)
Fix https://github.com/FreshRSS/FreshRSS/issues/2986#issuecomment-631396735 By CSS, and also by JS https://framagit.org/nicofrand/xextension-threepanesview/-/issues/10
Diffstat (limited to 'p/themes/base-theme/template.rtl.css')
-rw-r--r--p/themes/base-theme/template.rtl.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css
index 0e4936f22..a079d8160 100644
--- a/p/themes/base-theme/template.rtl.css
+++ b/p/themes/base-theme/template.rtl.css
@@ -15,6 +15,7 @@
html, body {
margin: 0;
padding: 0;
+ background: white;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif;
font-size: 100%;
}
@@ -591,12 +592,17 @@ input[type="search"] {
/*=== Body */
#global {
+ background: inherit;
display: table;
width: 100%;
height: 100%;
table-layout: fixed;
}
+#stream {
+ background: inherit;
+}
+
.aside {
display: table-cell;
width: 300px;
@@ -653,6 +659,10 @@ input[type="search"] {
}
/*=== Day indication */
+.day {
+ background: inherit;
+}
+
.day .name {
position: absolute;
left: 0;
@@ -1164,6 +1174,10 @@ input:checked + .slide-container .properties {
display: none;
}
+.nav_menu {
+ background: inherit;
+}
+
.nav-login,
.nav_menu .search,
.aside .toggle_aside,