diff --git a/README.md b/README.md index b1e0e6d..1d07044 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ This is the repository for the development of the Topic Prefixes phpBB extension [](https://github.com/phpbb-extensions/topicprefixes/actions) [](https://codecov.io/gh/phpbb-extensions/topicprefixes) -[](https://scrutinizer-ci.com/g/phpbb-extensions/topicprefixes/?branch=master) The phpBB Topic Prefixes extension allows phpBB board administrators to create topic prefix tags that users can easily add to their topic titles. Features include: diff --git a/adm/style/acp_topic_prefixes.css b/adm/style/acp_topic_prefixes.css new file mode 100644 index 0000000..3c73b32 --- /dev/null +++ b/adm/style/acp_topic_prefixes.css @@ -0,0 +1,12 @@ +.tp-toggle-on, +.tp-toggle-off { + font-weight: 900; +} + +.tp-toggle-on:before { + content: "\f205"; +} + +.tp-toggle-off:before { + content: "\f204"; +} diff --git a/adm/style/acp_topic_prefixes.html b/adm/style/acp_topic_prefixes.html index 1523b45..9677ca3 100644 --- a/adm/style/acp_topic_prefixes.html +++ b/adm/style/acp_topic_prefixes.html @@ -34,7 +34,7 @@