summaryrefslogtreecommitdiff
path: root/amelia/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r--amelia/bootstrap.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css
index 3dff6d79..ab1c01d8 100644
--- a/amelia/bootstrap.css
+++ b/amelia/bootstrap.css
@@ -322,8 +322,8 @@ img {
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
- background-color: #108a93;
- border: 1px solid #dddddd;
+ background-color: #0d747c;
+ border: 1px solid #0d747c;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
@@ -4402,8 +4402,8 @@ a.list-group-item.active > .badge,
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
- background-color: #108a93;
- border: 1px solid #dddddd;
+ background-color: #0d747c;
+ border: 1px solid #0d747c;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
@@ -5879,6 +5879,11 @@ legend {
.close:focus {
opacity: 1;
}
+a.thumbnail:hover,
+a.thumbnail:focus,
+a.thumbnail.active {
+ border-color: #0d747c;
+}
.popover {
color: #444444;
}