mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Modified RT-menu: Styled logout link
Now the logout link is also integrated in the menu.
This commit is contained in:
@@ -214,6 +214,13 @@ a.ItemTesttool
|
||||
display:block;
|
||||
padding: 5px 10px 5px 10px;
|
||||
}
|
||||
|
||||
a.ItemTesttool.navButton
|
||||
{
|
||||
background-color: #0a629c;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
}
|
||||
a.ItemTesttoolAktiv
|
||||
{
|
||||
color: #000;
|
||||
@@ -238,6 +245,12 @@ a:hover.ItemTesttool
|
||||
text-decoration: none;
|
||||
padding: 5px 10px 5px 10px;
|
||||
}
|
||||
a:hover.ItemTesttool.navButton
|
||||
{
|
||||
background-color: steelblue;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
}
|
||||
a.HyperItem /* ? */
|
||||
{
|
||||
color: Black; text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user