test
This commit is contained in:
parent
78d68b18ef
commit
6039454813
1 changed files with 4 additions and 4 deletions
|
@ -167,7 +167,7 @@
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 5px;
|
margin: 2px;
|
||||||
color: #e2cca9;
|
color: #e2cca9;
|
||||||
background-color: #3c3836;
|
background-color: #3c3836;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
#workspaces button.focused:hover,
|
#workspaces button.focused:hover,
|
||||||
#workspaces button.visible:hover {
|
#workspaces button.visible:hover {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 5px;
|
margin: 2px;
|
||||||
color: rgba(50, 48, 47, 0.8);
|
color: rgba(50, 48, 47, 0.8);
|
||||||
background-color: #e9b143;
|
background-color: #e9b143;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -185,7 +185,7 @@
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 5px;
|
margin: 2px;
|
||||||
color: rgba(50, 48, 47, 0.8);
|
color: rgba(50, 48, 47, 0.8);
|
||||||
background-color: #f2594b;
|
background-color: #f2594b;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -193,7 +193,7 @@
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 5px;
|
margin: 2px;
|
||||||
color: rgba(50, 48, 47, 0.8);
|
color: rgba(50, 48, 47, 0.8);
|
||||||
background-color: #a89984;
|
background-color: #a89984;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in a new issue