update the css.map file

This commit is contained in:
doushang 2020-03-11 13:21:08 +00:00
parent 7ca7774364
commit d915463722
2 changed files with 3096 additions and 3095 deletions

View File

@ -1,3 +1,4 @@
@import url("custom.css?v=1");
/** /**
* Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template * Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template
* *
@ -23,7 +24,6 @@
/* /*
* Include base and custom css * Include base and custom css
*/ */
@import url("custom.css?v=1");
/* /*
* Icon Css and Fonts * Icon Css and Fonts
*/ */
@ -484,7 +484,7 @@ small {
top: 0; top: 0;
float: left; float: left;
width: 15%; width: 15%;
width: calc(0% + 15rem); width: calc(15%);
height: 100%; height: 100%;
background-color: #fff; background-color: #fff;
background-color: var(--menu-bg-color); background-color: var(--menu-bg-color);
@ -510,7 +510,7 @@ small {
.main-right { .main-right {
float: right; float: right;
width: 85%; width: 85%;
width: calc(100% - 15rem); width: calc(85%);
height: 100%; height: 100%;
background-color: #f8f9fe; background-color: #f8f9fe;
transition: all 0.2s; transition: all 0.2s;
@ -1042,7 +1042,7 @@ tr > th,
} }
.cbi-section-table-row > .cbi-value-field [data-dynlist] > input, .cbi-section-table-row > .cbi-value-field [data-dynlist] > input,
.cbi-section-table-row > .cbi-value-field input.cbi-input-password { .cbi-section-table-row > .cbi-value-field input.cbi-input-password {
width: calc(100% - 1.5rem); width: calc(98.5%);
} }
.cbi-section-table-row .td { .cbi-section-table-row .td {
text-align: center !important; text-align: center !important;
@ -2273,7 +2273,7 @@ input[name="nslookup"] {
.node-main-login .main .main-right #maincontent .container .alert-message.warning { .node-main-login .main .main-right #maincontent .container .alert-message.warning {
position: absolute; position: absolute;
color: #fff; color: #fff;
width: calc(100% - 2rem); width: calc(98%);
box-sizing: border-box; box-sizing: border-box;
margin-top: 8rem; margin-top: 8rem;
border-radius: 5px !important; border-radius: 5px !important;
@ -2287,7 +2287,7 @@ input[name="nslookup"] {
.node-main-login .main .main-right #maincontent .container .alert-message.error { .node-main-login .main .main-right #maincontent .container .alert-message.error {
position: absolute; position: absolute;
color: #fff; color: #fff;
width: calc(100% - 2rem); width: calc(98%);
background-color: #f0ad4e; background-color: #f0ad4e;
border-color: #eea236; border-color: #eea236;
box-sizing: border-box; box-sizing: border-box;
@ -2356,7 +2356,7 @@ input[name="nslookup"] {
line-height: 1.5; line-height: 1.5;
display: block; display: block;
width: 100%; width: 100%;
height: calc(2.75rem + 2px); height: calc(4.75rem);
padding: 0.625rem 0.75rem; padding: 0.625rem 0.75rem;
transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
color: #8898aa; color: #8898aa;
@ -2545,7 +2545,7 @@ input[name="nslookup"] {
} }
/* wireless overview */ /* wireless overview */
#cbi-wireless > #wifi_assoclist_table > .tr { #cbi-wireless > #wifi_assoclist_table > .tr {
box-shadow: inset 1px -1px 0 #ddd, inset -1px -1px 0 #ddd; box-shadow: inset 1px -1px 0 #dddddd, inset -1px -1px 0 #dddddd;
} }
#cbi-wireless > #wifi_assoclist_table > .tr.placeholder > .td { #cbi-wireless > #wifi_assoclist_table > .tr.placeholder > .td {
right: 33px; right: 33px;
@ -2554,11 +2554,11 @@ input[name="nslookup"] {
border-top: thin solid #ddd !important; border-top: thin solid #ddd !important;
} }
#cbi-wireless > #wifi_assoclist_table > .tr.table-titles { #cbi-wireless > #wifi_assoclist_table > .tr.table-titles {
box-shadow: inset 1px 0 0 #ddd, inset -1px 0 0 #ddd; box-shadow: inset 1px 0 0 #dddddd, inset -1px 0 0 #dddddd;
} }
#cbi-wireless > #wifi_assoclist_table > .tr.table-titles > .th { #cbi-wireless > #wifi_assoclist_table > .tr.table-titles > .th {
border-bottom: thin solid #ddd; border-bottom: thin solid #ddd;
box-shadow: 0 -1px 0 0 #ddd; box-shadow: 0 -1px 0 0 #dddddd;
} }
#wifi_assoclist_table > .tr > .td[data-title="RX Rate / TX Rate"] { #wifi_assoclist_table > .tr > .td[data-title="RX Rate / TX Rate"] {
width: 23rem; width: 23rem;
@ -2722,10 +2722,10 @@ input[type="checkbox"]:checked {
margin: 0 2.5rem 0 0.5rem; margin: 0 2.5rem 0 0.5rem;
} }
.main-left { .main-left {
width: calc(0% + 13rem); width: calc(13%);
} }
.main-right { .main-right {
width: calc(100% - 13rem); width: calc(87%);
} }
.btn:not(button), .btn:not(button),
.cbi-button { .cbi-button {
@ -2760,10 +2760,10 @@ input[type="checkbox"]:checked {
cursor: default; cursor: default;
} }
.main-left { .main-left {
width: calc(0% + 13rem); width: calc(13%);
} }
.main-right { .main-right {
width: calc(100% - 13rem); width: calc(87%);
} }
.tabs > li > a, .tabs > li > a,
.cbi-tabmenu > li > a { .cbi-tabmenu > li > a {
@ -2834,10 +2834,10 @@ input[type="checkbox"]:checked {
top: 25%; top: 25%;
} }
.main-left { .main-left {
width: calc(0% + 13rem); width: calc(13%);
} }
.main-right { .main-right {
width: calc(100% - 13rem); width: calc(87%);
} }
body:not(.logged-in) .showSide { body:not(.logged-in) .showSide {
visibility: hidden; visibility: hidden;
@ -2909,7 +2909,7 @@ input[type="checkbox"]:checked {
} }
.td [data-dynlist] > input, .td [data-dynlist] > input,
.td input.cbi-input-password { .td input.cbi-input-password {
width: calc(100% - 1.5rem); width: calc(98.5%);
} }
.td[data-type="button"], .td[data-type="button"],
.td[data-type="fvalue"] { .td[data-type="fvalue"] {
@ -3092,3 +3092,4 @@ input[type="checkbox"]:checked {
} }
} }
/*# sourceMappingURL=./cascade.css.map */ /*# sourceMappingURL=./cascade.css.map */
/*# sourceMappingURL=cascade.css.map */

File diff suppressed because one or more lines are too long