[taffybar] New styling, use new network monitor widgets

This commit is contained in:
2018-05-03 22:42:39 -07:00
parent f00cf29a48
commit 0b4c39ed81
3 changed files with 61 additions and 21 deletions

View File

@@ -9,7 +9,7 @@
transition: border-color .5s;
border-radius: 5px;
border-style: solid;
border-width: 1;
border-width: 1px;
border-color: rgba(1.0, 1.0, 1.0, 0.0);
}
@@ -31,7 +31,7 @@
transition: border-color .5s;
border-radius: 0px;
border-bottom: solid;
border-width: 1;
border-width: 1px;
border-color: rgba(1.0, 1.0, 1.0, 0.0);
}
@@ -77,7 +77,7 @@
.TaffyBox {
border-bottom: solid;
border-width: 1;
border-width: 1px;
border-color: #FFFFFF;
background-color: rgba(0.0, 0.0, 0.0, 0.3);
}
@@ -88,7 +88,20 @@
color: @font-color;
}
.menubar * {
background-color: rgba(1.0, 1.0, 1.0, 0.0);
color: #000000;
.Menu * {
color: #FFFFFF;
background-color: rgba(1.0, 1.0, 1.0, 1.0);
}
.OuterPad * {
background-color: rgba(1.0, 0.0, 0.0, 0.0);
}
.OuterPad:focus {
background-color: rgba(0.0, 0.0, 0.0, 0.3);
box-shadow: inset 0 -3px #0c7cd5;
}
.OuterPad *:hover {
box-shadow: inset 0 -3px #0c7cd5;
}