diff options
Diffstat (limited to 'app/Resources')
-rwxr-xr-x | app/Resources/static/themes/baggy/css/main.css | 3 | ||||
-rwxr-xr-x | app/Resources/static/themes/baggy/js/init.js | 1 | ||||
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 11 |
3 files changed, 8 insertions, 7 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css index 522c4833..99ea6c6b 100755 --- a/app/Resources/static/themes/baggy/css/main.css +++ b/app/Resources/static/themes/baggy/css/main.css | |||
@@ -907,7 +907,8 @@ a.add-to-wallabag-link-after::after { | |||
907 | 907 | ||
908 | .icon-image { | 908 | .icon-image { |
909 | background-size: 16px 16px; | 909 | background-size: 16px 16px; |
910 | background: no-repeat center; | 910 | background-repeat: no-repeat; |
911 | background-position: center; | ||
911 | padding-right: 1em !important; | 912 | padding-right: 1em !important; |
912 | padding-left: 1em !important; | 913 | padding-left: 1em !important; |
913 | } | 914 | } |
diff --git a/app/Resources/static/themes/baggy/js/init.js b/app/Resources/static/themes/baggy/js/init.js index 8da9a859..07afd311 100755 --- a/app/Resources/static/themes/baggy/js/init.js +++ b/app/Resources/static/themes/baggy/js/init.js | |||
@@ -3,7 +3,6 @@ require('jquery.cookie'); | |||
3 | require('jquery-ui-browserify'); | 3 | require('jquery-ui-browserify'); |
4 | const annotator = require('annotator'); | 4 | const annotator = require('annotator'); |
5 | import { savePercent, retrievePercent } from '../../_global/js/tools.js'; | 5 | import { savePercent, retrievePercent } from '../../_global/js/tools.js'; |
6 | import { split, extractLast } from './autoCompleteTags.js'; | ||
7 | import { toggleSaveLinkForm } from './uiTools.js'; | 6 | import { toggleSaveLinkForm } from './uiTools.js'; |
8 | 7 | ||
9 | 8 | ||
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 | |||
128 | body { | 128 | body { |
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 { |