8000 changed alert-info class background color and border · githubcs/baasbox@89568c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 89568c5

Browse files
giastfadergithubcs
authored andcommitted
changed alert-info class background color and border
1 parent 2e3c2a4 commit 89568c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

public/console/css/bootstrap-classic.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,8 +1356,8 @@ input[type="checkbox"][readonly] {
13561356
.control-group.info .input-prepend .add-on,
13571357
.control-group.info .input-append .add-on {
13581358
color: #3f645b;
1359-
background-color: #a7dff1;
1360-
border-color: #3f645b;
1359+
background-color: rgba(246, 217, 154, 0.25);
1360+
border-color: #E3D08D;
13611361
}
13621362
input:focus:invalid,
13631363
textarea:focus:invalid,
@@ -1916,7 +1916,7 @@ table th[class*="span"],
19161916
background-color: #f1ceab;
19171917
}
19181918
.table tbody tr.info > td {
1919-
background-color: #a7dff1;
1919+
background-color: rgba(246, 217, 154, 0.25);;
19201920
}
19211921
.table-hover tbody tr.success:hover > td {
19221922
background-color: #c8e6ab;
@@ -3310,8 +3310,8 @@ input[type="submit"].btn.btn-mini {
33103310
color: #bd4247;
33113311
}
33123312
.alert-info {
3313-
background-color: #a7dff1;
3314-
border-color: #88e4ec;
3313+
background-color: rgba(246, 217, 154, 0.25);;
3314+
border-color: #E3D08D;
33153315
color: #3f645b;
33163316
}
33173317
.alert-info h4 {

0 commit comments

Comments
 (0)
0