Skip to content

Commit c920c8e

Browse files
authored
Update wcms-admin.css
1 parent 8fc31e4 commit c920c8e

File tree

1 file changed

+29
-24
lines changed

1 file changed

+29
-24
lines changed

wcms-admin.css

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
66
#settingsModal {
7-
background-color: #0000005c;
7+
background-color: #0000005c
88
}
99

1010
.settingsIcon {
@@ -44,11 +44,11 @@
4444
height: 1.5em;
4545
display: inline-block;
4646
margin: 10px 0px 0px -4px;
47-
float: left;
47+
float: left
4848
}
4949

5050
.editIcon a, a:active, a:focus {
51-
outline: none !important;
51+
outline: none !important
5252
}
5353

5454
#save,
@@ -65,6 +65,11 @@
6565
z-index: 2448
6666
}
6767

68+
69+
#adminPanel li {
70+
color: unset;
71+
}
72+
6873
#adminPanel .deleteIcon {
6974
background-image: url("data:image/svg+xml,%3Csvg class='bi bi-trash' width='1em' height='1em' viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5.5A.5.5 0 016 6v6a.5.5 0 01-1 0V6a.5.5 0 01.5-.5zm2.5 0a.5.5 0 01.5.5v6a.5.5 0 01-1 0V6a.5.5 0 01.5-.5zm3 .5a.5.5 0 00-1 0v6a.5.5 0 001 0V6z'/%3E%3Cpath fill-rule='evenodd' d='M14.5 3a1 1 0 01-1 1H13v9a2 2 0 01-2 2H5a2 2 0 01-2-2V4h-.5a1 1 0 01-1-1V2a1 1 0 011-1H6a1 1 0 011-1h2a1 1 0 011 1h3.5a1 1 0 011 1v1zM4.118 4L4 4.059V13a1 1 0 001 1h6a1 1 0 001-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z' clip-rule='evenodd'/%3E%3C/svg%3E");
7075
display: block;
@@ -91,7 +96,7 @@
9196
float: right;
9297
background-repeat: no-repeat;
9398
margin-top: 10px;
94-
color: #5bc0de;
99+
color: #5bc0de
95100
}
96101

97102
#adminPanel .eyeIcon.eyeShowIcon {
@@ -176,7 +181,7 @@
176181
background-repeat: no-repeat;
177182
margin: 0 2px 0;
178183
display: inline-block;
179-
vertical-align: middle;
184+
vertical-align: middle
180185
}
181186

182187
#adminPanel .upArrowIcon {
@@ -194,7 +199,7 @@
194199
z-index: 501;
195200
max-width: 50%;
196201
font-size: 14px;
197-
top: 0px;
202+
top: 0px
198203
}
199204

200205
.editText {
@@ -227,7 +232,7 @@
227232
background-color: transparent;
228233
padding-bottom: 10px;
229234
resize: none;
230-
text-align: inherit;
235+
text-align: inherit
231236
}
232237

233238
.editTextOpen {
@@ -285,7 +290,7 @@
285290
#adminPanel .menu-item-delete,
286291
.menu-item-hide,
287292
.menu-item-show {
288-
cursor: pointer;
293+
cursor: pointer
289294
}
290295

291296
#adminPanel .tab-content {
@@ -369,7 +374,7 @@
369374

370375
#adminPanel .nav-link.active,
371376
#adminPanel .nav-tabs > li.active a,
372-
#adminPanel .tab-pane.active, li {
377+
#adminPanel .tab-pane.active {
373378
background: 0 !important;
374379
border: 0 !important;
375380
color: #aaa !important
@@ -395,7 +400,7 @@
395400
margin-bottom: .2em;
396401
line-height: 1em;
397402
min-height: 40px;
398-
margin-top: 1em;
403+
margin-top: 1em
399404
}
400405

401406
#adminPanel .custom-cards .wbtn {
@@ -495,7 +500,7 @@ textarea {
495500
}
496501

497502
#adminPanel b, .custom-cards h4, .alertWrapper b {
498-
color: inherit;
503+
color: inherit
499504
}
500505

501506
#adminPanel .container {
@@ -531,7 +536,7 @@ textarea {
531536

532537
#adminPanel .coll-xs-12 {
533538
width: 100%;
534-
float: left;
539+
float: left
535540
}
536541

537542
#adminPanel .coll-xs-11 {
@@ -1507,13 +1512,13 @@ fieldset[disabled] .wform-control {
15071512
#adminPanel .border-bottom-separator {
15081513
border-left-width: 1px;
15091514
border-left-style: solid;
1510-
border-left-color: rgba(221, 221, 221, 0.5);
1515+
border-left-color: rgba(221, 221, 221, 0.5)
15111516
}
15121517

15131518
#adminPanel .border-left-separator {
15141519
border-left-width: 1px;
15151520
border-left-style: solid;
1516-
border-left-color: rgba(221, 221, 221, 0.5);
1521+
border-left-color: rgba(221, 221, 221, 0.5)
15171522
}
15181523

15191524
#adminPanel .wbtn.disabled,
@@ -1540,7 +1545,7 @@ fieldset[disabled] .wbtn {
15401545
user-select: none;
15411546
border: 1px solid transparent;
15421547
border-radius: 4px;
1543-
color: inherit;
1548+
color: inherit
15441549
}
15451550

15461551
#adminPanel button.close,
@@ -1549,7 +1554,7 @@ fieldset[disabled] .wbtn {
15491554
padding: 0;
15501555
cursor: pointer;
15511556
background: 0 0;
1552-
border: 0
1557+
border: 0 !important
15531558
}
15541559

15551560
#adminPanel .wbtn-default.active,
@@ -1720,7 +1725,7 @@ fieldset[disabled] .wbtn-success:hover {
17201725
color: #fff !important;
17211726
background-color: #5bc0de;
17221727
border-color: #46b8da;
1723-
letter-spacing: normal;
1728+
letter-spacing: normal
17241729
}
17251730

17261731
#adminPanel .wbtn-info.focus,
@@ -1785,7 +1790,7 @@ fieldset[disabled] .wbtn-info:hover {
17851790
}
17861791

17871792
#adminPanel .danger {
1788-
color: #ea8400;
1793+
color: #ea8400
17891794
}
17901795

17911796
#adminPanel .wbtn-danger {
@@ -1925,7 +1930,7 @@ input[type=submit].wbtn-block {
19251930
.winput-group-addon:not(:first-child):not(:last-child),
19261931
.winput-group-btn:not(:first-child):not(:last-child) {
19271932
border-radius: 0;
1928-
border: 0;
1933+
border: 0
19291934
}
19301935

19311936
#adminPanel .winput-group-addon,
@@ -2136,7 +2141,7 @@ input[type=submit].wbtn-block {
21362141
display: none;
21372142
overflow: hidden;
21382143
outline: 0;
2139-
overflow-y: auto;
2144+
overflow-y: auto
21402145
}
21412146

21422147
#adminPanel .modal.fade .modal-dialog {
@@ -2156,7 +2161,7 @@ input[type=submit].wbtn-block {
21562161
#adminPanel .modal-dialog {
21572162
position: relative;
21582163
width: auto;
2159-
margin: 10px auto;
2164+
margin: 10px auto
21602165
}
21612166

21622167
#adminPanel .modal-content {
@@ -2174,7 +2179,7 @@ input[type=submit].wbtn-block {
21742179
}
21752180

21762181
#adminPanel .modal-header .close {
2177-
margin: 0 0 0 auto !important;
2182+
margin: 0 0 0 auto !important
21782183
}
21792184

21802185
.alertWrapper .close {
@@ -2183,7 +2188,7 @@ input[type=submit].wbtn-block {
21832188
right: -21px;
21842189
color: inherit;
21852190
font-family: unset;
2186-
line-height: 1 !important;
2191+
line-height: 1 !important
21872192
}
21882193

21892194
#adminPanel .modal-body {
@@ -2335,7 +2340,7 @@ input[type=submit].wbtn-block {
23352340
width: 90%;
23362341
max-width: 1200px;
23372342
margin: 30px auto;
2338-
height: 100%;
2343+
height: 100%
23392344
}
23402345
}
23412346

0 commit comments

Comments
 (0)