diff options
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f929087b1..96ea90c95 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -909,6 +909,12 @@ footer { .wall-item-wrapper { margin-left:10px; } + +.wall-item-wrapper .icon-ok { + cursor: pointer; + color: darkgreen; +} + .wall-item-lock { left: 105px; position: absolute; |