Updated config
This commit is contained in:
parent
5950c0bd10
commit
d57170e711
1 changed files with 8 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
.modules-left, .modules-center, .modules-right {
|
||||
background: rgba(38, 41, 44, 0.5);
|
||||
background-color: rgba(38, 41, 44, 0.5);
|
||||
border: 1px #4f4f4f solid;
|
||||
border-radius: 3px;
|
||||
margin: 8px;
|
||||
|
@ -21,6 +21,13 @@
|
|||
margin-left: 4px;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background-color: rgba(38, 41, 44, 0.5);
|
||||
border: 1px #4f4f4f solid;
|
||||
border-radius: 3px;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: rgba(255, 255, 255, 0.1);
|
||||
padding: 4px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue