Skip to content

Commit ac1707f

Browse files
authored
Update wcms-admin.css
1 parent a67389a commit ac1707f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

wcms-admin.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@
343343
}
344344

345345
#adminPanel .nav-tabs > li > a.active {
346-
border-bottom: 2px solid #1ab !important
346+
color: #1ab !important;
347+
border-bottom: 2px solid #1ab !important;
347348
}
348349

349350
#adminPanel .modal-content {
@@ -455,7 +456,7 @@ summary {
455456

456457
#adminPanel {
457458
font-family: Lucida Sans Unicode, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
458-
font-size: 14px;
459+
font-size: 13px;
459460
line-height: 1.42857;
460461
color: #333;
461462
background-color: #fff;
@@ -1410,7 +1411,7 @@ input[type=radio]:focus {
14101411
color: #555;
14111412
background-color: #fff !important;
14121413
background-image: none;
1413-
border: 1px solid #ccc;
1414+
border: 0;
14141415
border-radius: 4px;
14151416
box-shadow: rgba(0, 0, 0, .075) 0 1px 1px inset;
14161417
transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s
@@ -1711,7 +1712,7 @@ fieldset[disabled] .btn-success:hover {
17111712

17121713
#adminPanel .btn-info,
17131714
.alertWrapper .btn-info {
1714-
color: #fff;
1715+
color: #fff !important;
17151716
background-color: #5bc0de;
17161717
border-color: #46b8da
17171718
}
@@ -1778,11 +1779,11 @@ fieldset[disabled] .btn-info:hover {
17781779
}
17791780

17801781
#adminPanel .danger {
1781-
color: #d9534f;
1782+
color: #ea8400;
17821783
}
17831784

17841785
#adminPanel .btn-danger {
1785-
color: #fff;
1786+
color: #fff !important;
17861787
background-color: #d9534f;
17871788
border-color: #d43f3a
17881789
}
@@ -1917,7 +1918,8 @@ input[type=submit].btn-block {
19171918
#adminPanel .input-group .form-control:not(:first-child):not(:last-child),
19181919
.input-group-addon:not(:first-child):not(:last-child),
19191920
.input-group-btn:not(:first-child):not(:last-child) {
1920-
border-radius: 0
1921+
border-radius: 0;
1922+
border: 0;
19211923
}
19221924

19231925
#adminPanel .input-group-addon,

0 commit comments

Comments
 (0)