Changeset:
        f121eedfd1c6
        
https://sourceforge.net/p/mrbs/hg-code/ci/f121eedfd1c616f2c1f858737f2131cf3335152b
Author:
        Campbell Morrison <[email protected]>
Date:
        Thu Apr 13 13:18:05 2017 +0100
Log message:

Tweaked CSS

diffstat:

 web/css/mrbs.css.php |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r cb0a5e94fc9f -r f121eedfd1c6 web/css/mrbs.css.php
--- a/web/css/mrbs.css.php      Thu Apr 13 13:08:12 2017 +0100
+++ b/web/css/mrbs.css.php      Thu Apr 13 13:18:05 2017 +0100
@@ -682,7 +682,8 @@
 
 .js .delete_period {
   display: inline-block;
-  margin-left: 1em;
+  padding: 0 1em;
+  opacity: 0.7;
 }
 
 .delete_period::after {
@@ -692,6 +693,8 @@
 
 .delete_period:hover {
   cursor: pointer;
+  opacity: 1;
+  font-weight: bold;
 }
 
 .js #period_settings button {

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to