mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
say hello to role descriptions, role ordering and tooltips on role selects
git-svn-id: file:///svn/phpbb/trunk@5791 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -871,6 +871,22 @@ table.pmask td.name {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
width: 200px;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tooltip span.top {
|
||||
background: #EFEFEF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tooltip span.bottom {
|
||||
padding: 5px;
|
||||
color: #000;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
/*
|
||||
Format Buttons for signature editor
|
||||
|
Reference in New Issue
Block a user