diff options
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ece73d213..eebd1566e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1509,7 +1509,7 @@ margin-right: 50px; } a .drop-icons { - color: $toolicon_colour;; + color: $toolicon_colour; font-size: 1.2em; text-decoration: none; } @@ -1518,6 +1518,10 @@ a .drop-icons:hover { color: #FF0000; } +.lockview { + cursor: pointer; +} + .permission-inherited { float: left; margin-right: 10px; |