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

github.com/surajmandalcell/potato-dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsurajmandalcell <surajmandalcell@gmail.com>2018-06-09 05:28:31 +0300
committersurajmandalcell <surajmandalcell@gmail.com>2018-06-09 05:28:31 +0300
commita135753af2c232e220eb470c2a2efedb9fa3c0af (patch)
tree089bfd13d6862d28e1215f94eb780879671a8290
parent824ad5b543c090bef9b4e927d667ef254eec79c2 (diff)
remove hover border effect
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 76a915d..14f9e54 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -458,7 +458,7 @@ img {
}
.p-menu:hover{
- border-left: 4px solid #ED5276cc;
+ /*border-left: 4px solid #ED5276cc;*/
opacity: 0.65
}