diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-11-26 21:58:59 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-11-26 21:58:59 +0100 |
commit | a2f5468e8e5852cc0c37c2fe19c251b932992625 (patch) | |
tree | 93b25cb9d7040a0f915c08d8700b4e6d069801bd /phpBB/adm/style | |
parent | 81a71f71c72514dfd50afa48c49cc0c355d70e69 (diff) | |
parent | 5485563e05015b241298b49ed9439323540201e5 (diff) | |
download | forums-a2f5468e8e5852cc0c37c2fe19c251b932992625.tar forums-a2f5468e8e5852cc0c37c2fe19c251b932992625.tar.gz forums-a2f5468e8e5852cc0c37c2fe19c251b932992625.tar.bz2 forums-a2f5468e8e5852cc0c37c2fe19c251b932992625.tar.xz forums-a2f5468e8e5852cc0c37c2fe19c251b932992625.zip |
Merge pull request #4991 from Sophist-UK/ticket/15390
[ticket/15390] Fix vertical bar permission tooltip
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/admin.css | 2 | ||||
-rw-r--r-- | phpBB/adm/style/permission_mask.html | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 41d0ae8d42..eafe11ee89 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -525,7 +525,6 @@ li { padding: 0; border-right: 1px solid #CCCFD3; position: relative; - z-index: 1; } .rtl #menu { @@ -1891,7 +1890,6 @@ li.pagination ul { color: #000; text-align: center; border: 1px solid #AAA; - opacity: .95; } .tooltip span.top { diff --git a/phpBB/adm/style/permission_mask.html b/phpBB/adm/style/permission_mask.html index 017d29d832..8b3121bfa0 100644 --- a/phpBB/adm/style/permission_mask.html +++ b/phpBB/adm/style/permission_mask.html @@ -41,7 +41,7 @@ <dt style="width: 20%"><label for="role{p_mask.S_ROW_COUNT}{p_mask.f_mask.S_ROW_COUNT}">{L_ROLE}{L_COLON}</label></dt> {% if p_mask.f_mask.role_options %} <dd style="margin-{S_CONTENT_FLOW_BEGIN}{L_COLON} 20%"> - <div class="dropdown-container dropdown-button-control roles-options" data-alt-text="{LA_ROLE_DESCRIPTION}"> + <div class="dropdown-container dropdown-right dropdown-button-control roles-options" data-alt-text="{LA_ROLE_DESCRIPTION}"> <select id="role{p_mask.S_ROW_COUNT}{p_mask.f_mask.S_ROW_COUNT}" name="role[{p_mask.f_mask.UG_ID}][{p_mask.f_mask.FORUM_ID}]">{p_mask.f_mask.S_ROLE_OPTIONS}</select> <span title="Roles" class="button icon-button tools-icon dropdown-trigger dropdown-select">{L_NO_ROLE_ASSIGNED}</span> <div class="dropdown hidden"> |