1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update to latest LuCi changes

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-07-12 18:27:38 +02:00
parent 976a467d5f
commit f139a9c784
75 changed files with 22413 additions and 14077 deletions

View file

@ -413,6 +413,7 @@ form .clearfix:after,
label,
input,
button,
select,
textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@ -583,13 +584,13 @@ textarea {
color: #bfbfbf;
}
.item::after, .btn, .cbi-button, input, textarea {
.item::after, .btn, .cbi-button, input, button, textarea {
transition: border linear 0.2s, box-shadow linear 0.2s;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.item:hover::after,
.btn:hover, .cbi-button:hover,
.btn:hover, .cbi-button:hover, button:hover,
input:focus, textarea:focus {
outline: 0;
border-color: rgba(82, 168, 236, 0.8) !important;
@ -603,9 +604,11 @@ input[type=file]:focus, input[type=checkbox]:focus, select:focus {
}
input[disabled],
button[disabled],
select[disabled],
textarea[disabled],
input[readonly],
button[readonly],
select[readonly],
textarea[readonly] {
background-color: #f5f5f5;
@ -740,6 +743,16 @@ textarea[readonly] {
line-height: 3em;
}
.tr.drag-over-above,
.tr.drag-over-below {
border: 2px solid #0069d6;
border-width: 2px 0 0 0;
}
.tr.drag-over-below {
border-width: 0 0 2px 0;
}
/* Patterns.less
* Repeatable UI elements outside the base styles provided from the scaffolding
* ---------------------------------------------------------------------------- */
@ -1988,6 +2001,7 @@ table table td,
.network-status-table .ifacebox-body > span {
flex: 10 10 auto;
height: 100%;
}
.network-status-table .ifacebox-body > div {
@ -2051,6 +2065,11 @@ div.cbi-value var,
color: #0069d6;
}
#modal_overlay > .modal.uci-dialog,
#modal_overlay > .modal.cbi-modal {
max-width: 900px;
}
.uci-change-list {
line-height: 170%;
white-space: pre;
@ -2113,8 +2132,8 @@ div.cbi-value var,
.uci-change-legend-label > var {
float: left;
margin-right: 4px;
width: 10px;
height: 10px;
width: 16px;
height: 16px;
display: block;
position: relative;
}