aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-05-29 16:05:16 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-05-29 16:05:16 +0200
commit467c794b9779412cf2cc29deb42c232168989486 (patch)
tree39e47da377997045dcd99f0a29c25df0b0310227 /phpBB/adm/style/admin.css
parenta3d46575c7f520dc9731ed4e9221c636c5c7c31e (diff)
downloadforums-467c794b9779412cf2cc29deb42c232168989486.tar
forums-467c794b9779412cf2cc29deb42c232168989486.tar.gz
forums-467c794b9779412cf2cc29deb42c232168989486.tar.bz2
forums-467c794b9779412cf2cc29deb42c232168989486.tar.xz
forums-467c794b9779412cf2cc29deb42c232168989486.zip
[ticket/6466] Use jQuery and custom dropdown for permission roles tooltips
PHPBB3-6466
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r--phpBB/adm/style/admin.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index b03cb0ba24..8ae39b7754 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -2435,6 +2435,39 @@ fieldset.permissions .padding {
display: none !important;
}
+.roles-options > .dropdown {
+ left: auto;
+ top: 3em;
+ width: 250px;
+}
+
+.roles-options {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ -o-user-select: none;
+ user-select: none;
+ width: 250px;
+}
+
+.roles-options > span {
+ border: 1px solid #DEDEDE;
+ border-radius: 3px;
+ padding: 4px;
+ width: 250px;
+ display: block;
+ background: url('../images/arrow_down.gif') no-repeat 245px .7em;
+}
+
+.roles-options li {
+ list-style: none;
+}
+
+.roles-highlight {
+ background-color: #1e90ff;
+ color: #fff;
+}
+
/* Classes for additional tasks
---------------------------------------- */