Changeset:
c32bad59e4ba
https://sourceforge.net/p/mrbs/hg-code/ci/c32bad59e4bad8744df42f5b05cbdc5495370f49
Author:
Campbell Morrison <[email protected]>
Date:
Tue Apr 11 18:26:40 2017 +0100
Log message:
Made the cursor a pointer when you hover over the delete period symbol.
diffstat:
web/css/mrbs.css.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r b6e5421acc75 -r c32bad59e4ba web/css/mrbs.css.php
--- a/web/css/mrbs.css.php Tue Apr 11 18:21:59 2017 +0100
+++ b/web/css/mrbs.css.php Tue Apr 11 18:26:40 2017 +0100
@@ -690,6 +690,10 @@
color: red;
}
+.delete_period:hover {
+ cursor: pointer;
+}
+
.js #period_settings button {
display: inline-block;
margin-left: 1em;
------------------------------------------------------------------------------
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