config/ags: I DID IT
This commit is contained in:
parent
9133c78800
commit
8df0c5cf5e
1 changed files with 9 additions and 3 deletions
|
@ -13,10 +13,14 @@ window.bar {
|
||||||
|
|
||||||
button {
|
button {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
padding-top: 0;
|
/* padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0; */
|
||||||
border: none;
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
padding: 5px;
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
border: none;
|
||||||
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:active {
|
button:active {
|
||||||
|
@ -46,6 +50,7 @@ label {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
padding-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace-inactive {
|
.workspace-inactive {
|
||||||
|
@ -58,6 +63,7 @@ label {
|
||||||
|
|
||||||
.workspace-active {
|
.workspace-active {
|
||||||
border-bottom: 2px solid #ea4c88;
|
border-bottom: 2px solid #ea4c88;
|
||||||
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
levelbar block,
|
levelbar block,
|
||||||
|
|
Loading…
Reference in a new issue