Add visual feedback on link hover
authorMuto <muto.lachen@tuta.io>
Mon, 20 Jan 2020 18:33:35 +0000 (11:33 -0700)
committerBen Sturmfels <ben@sturm.com.au>
Thu, 2 Apr 2020 02:57:16 +0000 (13:57 +1100)
Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
mediagoblin/static/css/base.css

index 11558fe5efafd8a2df7ef9cc536be7a6a2e2cc02..af99c5f7249e72ad92743f820bd0de2344ca2d32 100644 (file)
@@ -74,6 +74,10 @@ a {
   color: #86D4B1;
 }
 
+a:hover {
+    text-decoration: underline
+}
+
 a.highlight {
   color: #fff;
 }
@@ -278,12 +282,22 @@ footer {
   cursor: pointer;
 }
 
+.button_action:hover, .button_form:hover {
+    text-decoration: none;
+    border-color: #252525 #2B2B2B #464646;
+}
+
 .button_action_highlight, .button_form {
   background-color: #86D4B1;
   border-color: #A2DEC3 #6CAA8E #5C9179;
   color: #283F35;
 }
 
+.button_action_highlight:hover {
+    text-decoration: none;
+    border-color: #5C9179 #6CAA8E #A2DEC3;
+}
+
 .button_info {
   background-color: #508BB5;
   border-color: #5899C7 #437699 #427496;
@@ -595,6 +609,9 @@ ul#action_to_resolve {list-style:none; margin-left:10px;}
   border-width: 1px 1px 2px;
   position: relative;
 }
+.media_thumbnail:hover {
+    border-color: #0D0D0D #0D0D0D #378566 #0D0D0D;
+}
 
 .media_thumbnail a {
   color: #eee;