aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-09-03 20:48:04 +0200
committerGravatar GitHub <noreply@github.com> 2018-09-03 20:48:04 +0200
commitd3f5bd840d513bc4820a919ef9e0f02b0263ff9c (patch)
tree2fa5d1a5711c4e52603924e0740b7c820621617f /p
parent14e1b23e42b322b9c54475e4b69c1aa60c94e280 (diff)
Add mark-as-unread (#1995)
* Add mark-as-unread https://github.com/FreshRSS/FreshRSS/issues/1966 * Change sentence https://github.com/FreshRSS/FreshRSS/pull/1995#discussion_r214515954 * Enable mark-as-unread only when unread articles are shown In order to prevent erroneous marking-as-unread. We might find a better logic later. * Disable instead of hide mark-as-unread option To make it easier to discover
Diffstat (limited to 'p')
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.css3
-rw-r--r--p/themes/Dark/dark.css3
-rw-r--r--p/themes/Screwdriver/screwdriver.css3
-rw-r--r--p/themes/base-theme/template.css3
4 files changed, 12 insertions, 0 deletions
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css
index 186258752..424970501 100644
--- a/p/themes/BlueLagoon/BlueLagoon.css
+++ b/p/themes/BlueLagoon/BlueLagoon.css
@@ -115,6 +115,9 @@ form th {
}
/*=== Buttons */
+button.as-link[disabled] {
+ color:#555 !important;
+}
.dropdown-menu .input select, .dropdown-menu .input input {
background:#444;
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css
index 348b00009..38a78a277 100644
--- a/p/themes/Dark/dark.css
+++ b/p/themes/Dark/dark.css
@@ -113,6 +113,9 @@ form th {
}
/*=== Buttons */
+button.as-link[disabled] {
+ color:#445 !important;
+}
.stick {
vertical-align: middle;
font-size: 0;
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css
index 969695f13..a142c3860 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.css
@@ -115,6 +115,9 @@ form th {
}
/*=== Buttons */
+button.as-link[disabled] {
+ color:#555 !important;
+}
.dropdown-menu .input select, .dropdown-menu .input input {
background:#444;
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 7f2e7e828..26143a5d5 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -118,6 +118,9 @@ button.as-link:active {
font-size: 1.1em;
text-align: left;
}
+button.as-link[disabled] {
+ color:#DDD !important;
+}
/*=== Tables */
table {