non important commit
This commit is contained in:
parent
98cb7eb8dd
commit
8c1c1b742e
1 changed files with 48 additions and 38 deletions
|
|
@ -56,12 +56,17 @@
|
||||||
|
|
||||||
/* Workspaces */
|
/* Workspaces */
|
||||||
#workspaces {
|
#workspaces {
|
||||||
background-color: transparent;
|
background-color: @trans;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button:hover {
|
||||||
|
background-color: @trans;
|
||||||
|
color: @fg-alt;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
background-color: transparent;
|
background-color: @trans;
|
||||||
color: @fg-alt;
|
color: @fg-alt;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
@ -80,6 +85,11 @@
|
||||||
color: @fg;
|
color: @fg;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#clock:hover {
|
||||||
|
background-color: transparent;
|
||||||
|
color: @fg;
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue