1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-04 00:03:06 +00:00
redmine/public/stylesheets/tribute-5.1.3.css
Marius Balteanu 277b79f9f5 Shorten copyright headers for css files (#37730).
git-svn-id: https://svn.redmine.org/redmine/trunk@22601 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-01-11 06:32:08 +00:00

41 lines
742 B
CSS

/**
* Redmine - project management software
* Copyright (C) 2006-2023 Jean-Philippe Lang
* This code is released under the GNU General Public License.
*/
.tribute-container {
position: absolute;
top: 0;
left: 0;
height: auto;
max-height: 300px;
max-width: 500px;
overflow: auto;
display: block;
z-index: 999999;
}
.tribute-container ul {
margin: 0;
margin-top: 2px;
padding: 0;
list-style: none;
background: #efefef;
}
.tribute-container li {
padding: 5px 5px;
cursor: pointer;
}
.tribute-container li.highlight {
background: #ddd;
}
.tribute-container li span {
font-weight: bold;
}
.tribute-container li.no-match {
cursor: default;
}
.tribute-container .menu-highlighted {
font-weight: bold;
}