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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorVinzenz <vinzenz.rosenkranz@gmail.com>2016-02-26 19:03:49 +0300
committerVinzenz <vinzenz.rosenkranz@gmail.com>2016-02-26 19:03:49 +0300
commit8ec29ea0c56870fffd86506b0b9db24df49de29f (patch)
treeca91f04666d1111652fc6e656169de24e3f67f40 /css
parent5d03262ed6292a27a2fc3de040fd12a77b15157b (diff)
don't change background on hover
Diffstat (limited to 'css')
-rw-r--r--css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css
index c4ddf22d..82c4ed39 100644
--- a/css/main.css
+++ b/css/main.css
@@ -30,7 +30,7 @@ th {
font-weight: bold;
}
-tr:nth-child(even), tr:nth-child(even) a {
+tr:nth-child(even), tr:nth-child(even):hover, tr:nth-child(even) a {
background: #35537a;
color: #eee;
}