Style the badges
This commit is contained in:
parent
1d6f44cedd
commit
cde0dbedc5
|
@ -37,11 +37,6 @@ body {
|
||||||
border-left: 1px solid #121212;
|
border-left: 1px solid #121212;
|
||||||
}
|
}
|
||||||
|
|
||||||
input#sendMessage {
|
|
||||||
border: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -97,7 +92,7 @@ input#sendMessage {
|
||||||
.panel input {
|
.panel input {
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
input[type=text], input[type=password] {
|
input[type=text], input[type=password], .badge {
|
||||||
border: 0;
|
border: 0;
|
||||||
-webkit-box-shadow:
|
-webkit-box-shadow:
|
||||||
inset 0 0 8px rgba(0,0,0,0.4),
|
inset 0 0 8px rgba(0,0,0,0.4),
|
||||||
|
@ -171,7 +166,7 @@ input[type=text], input[type=password] {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
.nav-pills > li > a:hover {
|
.nav-pills > li > a:hover, .nav-pills > li > a:hover span {
|
||||||
color: #222;
|
color: #222;
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
|
@ -220,8 +215,9 @@ input[type=text], input[type=password] {
|
||||||
color: deepskyblue;
|
color: deepskyblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.danger, .alert-danger {
|
.danger, .alert-danger, .badge .alert-danger {
|
||||||
background-color: rgb(217, 83, 79);
|
background-color: rgb(217, 83, 79);
|
||||||
|
color: #ddd;
|
||||||
}
|
}
|
||||||
.alert-danger {
|
.alert-danger {
|
||||||
border-color: #121212;
|
border-color: #121212;
|
||||||
|
|
Loading…
Reference in New Issue