Modified RT-menu: Styled logout link

Now the logout link is also integrated in the menu.
This commit is contained in:
Cris
2019-04-25 13:14:57 +02:00
committed by cris-technikum
parent 0738a0aee1
commit 80afb74be9
3 changed files with 22 additions and 4 deletions
+13
View File
@@ -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;