diff --git a/views/pages/configurations/configurations.php b/views/pages/configurations/configurations.php index 743350e..4b28dc8 100644 --- a/views/pages/configurations/configurations.php +++ b/views/pages/configurations/configurations.php @@ -10,7 +10,8 @@ foreach ($configurations as $configName => $value) { ?>
- + disabled ? 'title="Display this element in the sidebar"' : 'title="Hide this element from the sidebar"' ?>> @@ -32,15 +33,15 @@
- "> + " title="Duplicate this element">
- "> + " title="Edit this element">
- " /> diff --git a/webroot/css/layout.css b/webroot/css/layout.css index e4fa69a..c050375 100755 --- a/webroot/css/layout.css +++ b/webroot/css/layout.css @@ -4,6 +4,9 @@ pre { p { font-family: BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; } +.clickable { + cursor: pointer; +} .navbar.fixed-top { height: 3.6rem; }