diff options
author | friendica <info@friendica.com> | 2013-11-17 13:54:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-17 13:54:43 -0800 |
commit | bec85f1494026a94eb521b802a74b67762b01a6c (patch) | |
tree | a0206bbb445010ce87ab2e1b6ba11f47f13f0cae /view/theme | |
parent | 92f37fd0d5222d4f8cb7234d3de5fa8c784f81d3 (diff) | |
download | volse-hubzilla-bec85f1494026a94eb521b802a74b67762b01a6c.tar.gz volse-hubzilla-bec85f1494026a94eb521b802a74b67762b01a6c.tar.bz2 volse-hubzilla-bec85f1494026a94eb521b802a74b67762b01a6c.zip |
implement admin remove account
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f7d641e6b..8e15d1eaf 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3564,3 +3564,8 @@ text-decoration: none; .savedsearchdrop { opacity: 0; } + +.admin-icons { + color: $toolicon_colour; + margin-right: 10px; +}
\ No newline at end of file |