Page MenuHomePhorge

thread-picker.css
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

thread-picker.css

div.container {
position: absolute;
left: 4px;
bottom: 20px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
z-index: 1;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
background-color: white;
border-radius: 3px;
white-space: nowrap;
line-height: normal;
font-size: 12px;
cursor: pointer;
outline: none;
}
span.thread {
color: black;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
width: 110px;
}
div.container > div.option {
border-bottom: 1px solid #d3d3d3;
padding: 1px 10px 1px 25px;
position: relative;
}
div.container > div.option:hover {
background-color: #f2f2f2;
}
div.container > div:last-child {
border-bottom: none;
}
div.colorPreview {
width: 12px;
height: 12px;
left: 6px;
position: absolute;
top: 4px;
border: 1px solid lightgray;
border-radius: 2px;
}
div.threadName {
padding-top: 1px;
}
div.pagerContainer {
text-align: center;
height: 15px;
margin-top: -2px;
cursor: default;
background-color: #eaeaea;
position: relative;
border-radius: 0 0 3px 3px;
}
div.pager {
position: relative;
top: -2px;
}
span.pagerStatus {
text-transform: uppercase;
color: #777777;
font-family: 'Open Sans', sans-serif;
font-size: 9px;
}
svg.pagerIcon {
fill: #777777;
vertical-align: middle;
width: 13px;
height: 13px;
}
a.pagerButton > svg.pagerIcon {
fill: #2a5db0;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 7:54 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5821447
Default Alt Text
thread-picker.css (1 KB)

Event Timeline