diff options
Diffstat (limited to 'p/themes/Screwdriver/screwdriver.css')
| -rw-r--r-- | p/themes/Screwdriver/screwdriver.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index 2576c485f..3a78bdf50 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -503,9 +503,11 @@ a.btn { line-height: 2.5em; } +.box .box-title .configure, .box .box-content .item .configure { visibility: hidden; } +.box .box-title:hover .configure, .box .box-content .item:hover .configure { visibility: visible; } |
