diff options
| author | 2013-11-23 17:29:23 +0100 | |
|---|---|---|
| committer | 2013-11-23 17:29:23 +0100 | |
| commit | 6236f2a803185c06331ddd3e5cbdb4499629e1ef (patch) | |
| tree | 4cddfdf0f050408e6c15effd5305df07678aca53 /public/themes | |
| parent | de4e9d5a85dfb99dcfe7fac765c5af6cd5b5f720 (diff) | |
Encore des alternatives Unicode aux icônes
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284
Diffstat (limited to 'public/themes')
| -rw-r--r-- | public/themes/default/global.css | 1 | ||||
| -rw-r--r-- | public/themes/flat-design/global.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/themes/default/global.css b/public/themes/default/global.css index d4de7df50..89668c393 100644 --- a/public/themes/default/global.css +++ b/public/themes/default/global.css @@ -435,6 +435,7 @@ input, select, textarea { display: inline; } .dropdown-close a { + font-size: 0; position: fixed; top: 0; bottom: 0; left: 0; right: 0; diff --git a/public/themes/flat-design/global.css b/public/themes/flat-design/global.css index 87c4ace6f..7d930c066 100644 --- a/public/themes/flat-design/global.css +++ b/public/themes/flat-design/global.css @@ -427,6 +427,7 @@ input, select, textarea { display: inline; } .dropdown-close a { + font-size: 0; position: fixed; top: 0; bottom: 0; left: 0; right: 0; |
