color success
This commit is contained in:
parent
6418f5f8b1
commit
5ccac65a9b
1 changed files with 8 additions and 4 deletions
12
css/main.css
12
css/main.css
|
|
@ -630,17 +630,21 @@ input[type=number]::-webkit-outer-spin-button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dr-notification-image.dr-notification-type-success {
|
.dr-notification-image.dr-notification-type-success {
|
||||||
color: #B4D455;
|
color: #1ABC9C;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dr-notification-image.success {
|
.dr-notification-image.success {
|
||||||
color: #B4D455;
|
color: #1ABC9C;
|
||||||
}
|
}
|
||||||
|
|
||||||
.success {
|
.success {
|
||||||
color: #1ABC9C;
|
color: #1ABC9C;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.label.success {
|
||||||
|
background-color: #1ABC9C;
|
||||||
|
}
|
||||||
|
|
||||||
.dr-notification-text {
|
.dr-notification-text {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 120%;
|
line-height: 120%;
|
||||||
|
|
@ -662,7 +666,7 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip {
|
.tooltip {
|
||||||
background: #16A085;
|
background: #1ABC9C;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
@ -670,7 +674,7 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus {
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #16A085;
|
border: 1px solid #1ABC9C;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue