[taffybar] New styling, use new network monitor widgets
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user