Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-30 00:01:15 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-10-13 14:11:48 +0300
commit2637b1876c84dbcd047ab35e5a4f59e278d9950e (patch)
treeb6e4060b4676f0aceffe7800191e4f6cdc5dbead /css
parent35805e766f58c449023439c95e0b973580d948cb (diff)
Provide feedback for keyboard navigation
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index e11c589f..34472c2d 100755
--- a/css/style.css
+++ b/css/style.css
@@ -138,6 +138,16 @@
font-weight: bold;
}
+.activity-section a:focus,
+.activity-previews a:hover,
+.activity-previews a:focus {
+ opacity: .5;
+}
+
+.activity-section a:hover {
+ opacity: .7;
+}
+
.activitysubject strong.systemtag {
display: inline-block;
padding: 2px 5px;