diff options
| author | 2014-09-16 14:12:44 +0200 | |
|---|---|---|
| committer | 2014-09-16 14:12:44 +0200 | |
| commit | c6dbe9def83153c7c274ef0fa47fe27ef592d3ab (patch) | |
| tree | 791b0623d319a056ff6022ea26b7e939081603d8 /p/themes/base-theme/template.css | |
| parent | 5d9479a4ac3260c799655423e4d63f721c81e6ed (diff) | |
Use buttons instead of links for "mark as read"
See https://github.com/marienfressinaud/FreshRSS/issues/599
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 466ec4603..9d81b6180 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -88,6 +88,15 @@ input[type="checkbox"] { input.extend:focus { width: 300px; } +button.as-link, +button.as-link:hover, +button.as-link:active { + background: transparent; + border: none; + color: inherit; + cursor: pointer; + font-size: 1.1em; +} /*=== COMPONENTS */ /*===============*/ |
