mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
docs(examples): update styles example
This commit is contained in:
parent
2b26eaf410
commit
0125ce5916
1 changed files with 28 additions and 0 deletions
|
@ -210,3 +210,31 @@
|
||||||
.popup-power-menu .power-btn:hover {
|
.popup-power-menu .power-btn:hover {
|
||||||
background-color: #1c1c1c;
|
background-color: #1c1c1c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#clipboard * {
|
||||||
|
font-size: 1.8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#popup-clipboard {
|
||||||
|
padding: 1em;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#popup-clipboard .item {
|
||||||
|
border-bottom: 1px solid #424242;
|
||||||
|
}
|
||||||
|
|
||||||
|
#popup-clipboard .btn > *:nth-child(2) {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#popup-clipboard .btn-remove {
|
||||||
|
background-color: #2d2d2d;
|
||||||
|
color: white;
|
||||||
|
font-size: 1.2em;
|
||||||
|
border-left: 1px solid #424242;
|
||||||
|
}
|
||||||
|
|
||||||
|
#popup-clipboard .btn-remove:hover {
|
||||||
|
color: #fcc;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue