diff options
| author | 2014-10-03 12:18:43 +0200 | |
|---|---|---|
| committer | 2014-10-03 12:18:43 +0200 | |
| commit | 9f8d3d0527988b768f739fd4c0e61de68dfdd822 (patch) | |
| tree | f2f17790945c9058f2d0b3592d69eb2e0aae18fb | |
| parent | 94520ee326d1ad7323172a6d92ec0645e4606b73 (diff) | |
Fix configure icon on Flat design
See https://github.com/marienfressinaud/FreshRSS/issues/468
| -rw-r--r-- | p/themes/Flat/flat.css | 5 | ||||
| -rw-r--r-- | p/themes/base-theme/template.css | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index d0ac46fd5..7b2695781 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -464,6 +464,11 @@ a.btn { .box .box-content .item .configure { visibility: hidden; } +.box .box-content .item .configure .icon { + vertical-align: middle; + background-color: #95a5a6; + border-radius: 3px; +} .box .box-content .item:hover .configure { visibility: visible; } diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 06874c9fe..1a96f1e2f 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -73,7 +73,9 @@ label { input { width: 180px; } -textarea { +textarea, +input[type="file"], +input.extend:focus { width: 300px; } input, select, textarea { @@ -85,9 +87,6 @@ input[type="checkbox"] { width: 15px !important; min-height: 15px !important; } -input.extend:focus { - width: 300px; -} button.as-link, button.as-link:hover, button.as-link:active { |
