docker-rust-cross/Windows10/cinnamon/third-party-DESKLET-stylesh.../sticky-notes.css

99 lines
2.1 KiB
CSS
Executable File

#sticky-scrollview StScrollBar {
padding: 0;
padding-left: 6px;
}
.sticky-button {
border-image: url("../buttons/button.svg") 7;
background-gradient-direction: none;
height: 24px;
width: 24px;
color: #fff;
}
.sticky-button-selected {
border-image: url("../buttons/button-hover.svg") 7;
background-gradient-direction: none;
height: 24px;
width: 24px;
color: #fff;
}
.sticky-button-box {
padding: 0;
height: 24px;
}
.sticky-main-box-staples {
border-image: url("../background-assets/popup.svg") 7;
background-color: transparent;
border-radius: 0;
text-shadow: none;
min-width: 210px;
padding: 4px 10px;
font-weight: bold;
color: #fff;
}
.sticky-main-box-none {
border-image: url("../background-assets/popup.svg") 7;
background-color: transparent;
border-radius: 0;
text-shadow: none;
min-width: 210px;
padding: 4px 10px;
font-weight: bold;
color: #fff;
}
.sticky-top-box {
font-weight: bold;
color: #fff;
}
.sticky-bottom-box {
font-weight: bold;
color: #fff;
}
.sticky-title-label {
padding: 0 4px 0 4px;
max-width: 100px;
text-align: center;
}
.sticky-information-label {
padding: 0 4px 0 4px;
}
.sticky-text-box {
background-gradient-direction: vertical;
background-gradient-start: rgba(0, 0, 0, 0);
background-gradient-end: rgba(0, 0, 0, 0);
box-shadow: inset 0 0 rgba(0, 0, 0, 0);
border: 0 rgba(0, 0, 0, 0);
border-radius: 0;
border-image: url("../misc-assets/entry.svg") 7;
padding: 6px;
}
.sticky-text-box:active {
background-gradient-direction: vertical;
background-gradient-start: rgba(0, 0, 0, 0);
background-gradient-end: rgba(0, 0, 0, 0);
box-shadow: inset 0 0 rgba(0, 0, 0, 0);
border: 0 rgba(0, 0, 0, 0);
border-radius: 0;
border-image: url("../misc-assets/entry-focused.svg") 7;
padding: 6px;
}
#sticky-note-entry {
padding: 6px;
color: #fff;
selected-color: #fff;
caret-color: #fff;
caret-size: 1px;
selection-background-color: #2975E9;
}