mirror of https://github.com/subgraph/fw-daemon
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
1.8 KiB
116 lines
1.8 KiB
|
|
.connection-monitor {
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
spacing: 4px;
|
|
padding: 4px;
|
|
border: 2px solid grey;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.fw-prompt-dialog {
|
|
min-width: 600px;
|
|
max-width: 700px;
|
|
}
|
|
|
|
.fw-group-button:checked {
|
|
color: white;
|
|
border-color: rgba(0,0,0,0.7);
|
|
background-color: #222728;
|
|
box-shadow: inset 0 0 black;
|
|
text-shadow: none;
|
|
}
|
|
|
|
.fw-button-group {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.fw-option-list {
|
|
border: 2px solid rgba(238, 238, 236, 0.5);
|
|
padding: 10px;
|
|
}
|
|
|
|
.fw-option-item{
|
|
padding: 5px;
|
|
}
|
|
|
|
.fw-option-item:focus {
|
|
background-color: #215d9c;
|
|
}
|
|
|
|
.fw-option-item:selected {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fw-option-item-icon {
|
|
icon-size: 16px;
|
|
}
|
|
|
|
.fw-prompt-title {
|
|
font-size: 14pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fw-prompt-waiting {
|
|
font-size: 10pt;
|
|
text-align: right;
|
|
}
|
|
|
|
.fw-prompt-icon {
|
|
padding: 10px;
|
|
}
|
|
|
|
.fw-detail-title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fw-expanding-section-header {
|
|
border-width: 1px;
|
|
border-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.fw-expanding-section-header:focus {
|
|
border-color: #215d9c;
|
|
}
|
|
|
|
.fw-expanding-section-label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fw-details-section {
|
|
padding: 20px;
|
|
}
|
|
|
|
.fw-details-left {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.fw-toggle-tlsguard {
|
|
margin-top: 1.75em;
|
|
}
|
|
|
|
.fw-details-section .check-box {
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.fw-details-section .check-box StBoxLayout {
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
spacing: 0.3em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.fw-details-section .check-box StBin {
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.fw-details-section .check-box StLabel {
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
padding-top: 2px !important;
|
|
vertical-align: middle;
|
|
}
|