Skip to content
Snippets Groups Projects
Commit 4893a575 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Workspaces should stand out more

parent cdd9d8f1
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,10 @@ button:hover {
#workspaces button {
padding: 0 5px;
background-color: transparent;
color: #ffffff;
/* color: #ffffff; */
color: #ff8700;
border: 1px solid #1b1d1e;
font-weight: bold;
}
#workspaces button:hover {
......@@ -64,7 +67,8 @@ button:hover {
}
#workspaces button.focused {
background-color: #64727D;
background-color: #e88939;
color: #1b1d1e;
box-shadow: inset 0 -3px #ffffff;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment