aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
index 6dd6ed55..2497e3e9 100755
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
@@ -128,6 +128,10 @@ nav input {
128 transition: .3s color; 128 transition: .3s color;
129} 129}
130 130
131#button_filters {
132 display: none;
133}
134
131/* ========================================================================== 135/* ==========================================================================
132 2 = Side-nav 136 2 = Side-nav
133 ========================================================================== */ 137 ========================================================================== */
@@ -165,6 +169,15 @@ nav input {
165} 169}
166 170
167/* ========================================================================== 171/* ==========================================================================
172 * 3 = Filters slider
173 * ========================================================================== */
174
175#filters button {
176 padding: 0px;
177 width: 100%;
178}
179
180/* ==========================================================================
168 3 = Cards 181 3 = Cards
169 ========================================================================== */ 182 ========================================================================== */
170 183