From a5a14aaf5a0fa2a6ba924a7cb419b19939d1f07c Mon Sep 17 00:00:00 2001 From: tomjohnson1492 Date: Mon, 30 May 2016 17:16:52 -0700 Subject: [PATCH] updates --- css/customstyles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/customstyles.css b/css/customstyles.css index a9553fe..62946c6 100644 --- a/css/customstyles.css +++ b/css/customstyles.css @@ -1036,7 +1036,7 @@ table thead th code.highlighter-rouge { } -.box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10, .box11, .box12 { +.box, .box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10, .box11, .box12 { padding: 15px; border: 1px solid #888; box-shadow: 2px 2px 4px #dedede; @@ -1075,3 +1075,8 @@ h2.userMapTitle { #userMap a:hover { text-decoration: none; } + +.box: hover { + background-color: #444444; + color: white; +}