Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
.datetime-picker {
background: #333;
border-color: #111;
text-align: center;
* {
box-sizing: border-box;
}
h1 {
color: #EEE;
display: none;
text-shadow: #000 0 1px 1px;
text-transform: uppercase;
}
.day button:before {
content: attr(data-day);
}
.columns {
background-color: rgba(255, 255, 255, 1);
overflow: hidden;
position: relative;
box-shadow: inset 0 45px 50px -20px rgba(51, 51, 51, .66), inset 0 -45px 50px -20px rgb(51, 51, 51);
margin: 5px 5px 0;
text-align: left;
}
.columns:before {
background: #36F;
color: transparent;
text-shadow: 0 0 none;
line-height: 2.8em;
position: absolute;
opacity: .5;
top: 5.73em;
display: block;
content: ".";
left: 0;
right: 0;
}
b {
background-color: rgba(255, 255, 255, 0);
display: inline-block;
font-size: 20px;
float: left;
height: 10em;
margin: 0;
width: 70px;
overflow-y: auto;
border-left: 2px solid #333;
border-right: 2px solid #333;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
&.military-time-picker b {
width: 105px;
}
b::-webkit-scrollbar {
width: 0 !important
}
ul {
display: block;
list-style: none;
margin: 0;
padding: 4em 0;
position: relative;
background-color: rgba(255, 255, 255, 0);
}
li {
list-style: none;
width: 100%;
background-color: rgba(255, 255, 255, 0);
button {
background-color: transparent;
padding: 0;
width: 100%;
}
button:disabled {
color: #AAA;
cursor: default;
}
}
button {
clear: both;
border: 0 none;
box-sizing: border-box;
color: #333;
cursor: pointer;
display: block;
font-size: inherit;
font-weight: bold;
line-height: 2em;
margin: 0;
text-decoration: none;
}
}
.date-picker-modal {
.modal-dialog {
width: 242px;
.modal-content {
background-color: #333;
}
.glyphicon.glyphicon-remove-circle {
right: -10px;
top: -10px;
display: block;
position: absolute;
font-size: 20px;
z-index: 10000;
border-radius: 7px;
color: $COLOR_WHITE;
}
}
.btn {
border-radius: 6px;
}
.btn-group.btn-group-justified {
padding: 10px 5px 10px 5px;
background: $COLOR_VA_BLUE;
a.btn.btn-primary {
color: $COLOR_WHITE;
background: $COLOR_VA_BLUE;
}
}
}
.date-picker-modal-hidden-day {
@extend .date-picker-modal;
.modal-dialog {
width: 172px;
}
}
.date-picker-modal-hidden-month {
@extend .date-picker-modal;
.modal-dialog {
width: 100px;
}
}