aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/main.css
diff options
context:
space:
mode:
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 {