mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
8 lines
127 B
CSS
8 lines
127 B
CSS
#XfceNotifyWindow {
|
|
border-radius: 1px;
|
|
border: 3px solid #000;
|
|
}
|
|
|
|
#XfceNotifyWindow:hover {
|
|
border-color: #fff;
|
|
}
|