aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/main.css
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-04 12:14:28 +0200
committerThomas Citharel <tcit@tcit.fr>2016-10-04 12:14:28 +0200
commit9f7d154e3451f1ccc1d69f0013e98acf4639c63b (patch)
tree760b565a0c6bc7001b945d4d79fb5ffb84948550 /app/Resources/static/themes/material/css/main.css
parentf440e282819a1e92e3200cf2e588fc9a0c1278ac (diff)
downloadwallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.tar.gz
wallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.tar.zst
wallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.zip
Add eslint & stylelint tests (fix a few things) and move dependencies to dev
Diffstat (limited to 'app/Resources/static/themes/material/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index 20d1dded..5a46ec09 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -87,8 +87,9 @@
87} 87}
88 88
89.icon-image { 89.icon-image {
90 background-size: 16px 16px; 90 background-size: 16px;
91 background: no-repeat center; 91 background-repeat: no-repeat;
92 background-position: center;
92 padding-right: 1em !important; 93 padding-right: 1em !important;
93 padding-left: 1em !important; 94 padding-left: 1em !important;
94} 95}
@@ -124,7 +125,6 @@
124 background-image: url("../../_global/img/icons/shaarli.png"); 125 background-image: url("../../_global/img/icons/shaarli.png");
125} 126}
126 127
127
128body { 128body {
129 display: flex; 129 display: flex;
130 min-height: 100vh; 130 min-height: 100vh;
@@ -464,8 +464,9 @@ main ul.row {
464 color: #fff; 464 color: #fff;
465} 465}
466 466
467.quickstart .card .card-action a, .quickstart .card .card-action a:hover { 467.quickstart .card .card-action a,
468 color: #fff !important; 468.quickstart .card .card-action a:hover {
469 color: #fff !important;
469} 470}
470 471
471.settings .div_tabs { 472.settings .div_tabs {