Skip to content
Snippets Groups Projects
Commit 056c1305 authored by Christodoulos Psaltis's avatar Christodoulos Psaltis
Browse files

Hover color for selected actions set to orange

parent e3a48af6
No related branches found
No related tags found
No related merge requests found
......@@ -531,13 +531,13 @@ div.machine div.actions a.more {
margin-top: 18px;
}
div.machine div.actions a:hover{
div.actions a:hover{
color: black !important;
text-decoration: underline;
display: block;
}
div.machine div.actions:hover a, .machine:hover .actions a {
.machine:hover .actions a {
color: #3d3d3d;
display: block;
}
......@@ -547,6 +547,10 @@ div.machine div.display a{
display: block;
}
div.machine div.actions a.selected:hover {
color: orange;
}
div.running div.machine a.action-start {
display: none;
}
......@@ -821,7 +825,7 @@ div.list div.actions a.enabled {
div.list div.actions a.enabled:hover{
cursor: pointer;
color: black !important;
color: black;
text-decoration: underline;
}
......@@ -1160,7 +1164,7 @@ div.list table thead #name {
display:none;
}
.selected {
div.actions a.selected, div.actions a.selected:hover {
display:block !important;
color: orange !important;
}
......@@ -1171,4 +1175,4 @@ div.list table thead #name {
.fixed {
position: fixed;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment