Skip to content

Commit

Permalink
Couple CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Sep 13, 2013
1 parent d2d10df commit db8ecae
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions hawtio-web/src/main/webapp/css/site-base.css
Expand Up @@ -1182,11 +1182,6 @@ li.stacktrace {
.box.selected {
color: #0066cc;
text-shadow: rgba(0, 51, 102, 0.3) 0 -1px 0, #b3d9ff 0 2px 1px, #99ddff 0 0 5px, rgba(0, 127, 255, 0.6) 0 0 20px;
/*
box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.1),
inset 1px 1px 5px rgba(0, 0, 0, 0.4);
*/

}
.box.selected .box-right i {
text-shadow: none;
Expand All @@ -1201,7 +1196,7 @@ li.stacktrace {
}
.box .box-left .profile-select {
display: inline-block;
top: 13px;
top: 14px;
max-width: 210px;
width: 210px;
overflow: hidden;
Expand All @@ -1225,13 +1220,11 @@ li.stacktrace {
left: 12px;
right: 0px;
}
.box [class^='icon-circle'] {
position: relative;
top: -1px;
}

.box .active-profile [class^='icon-circle'] {
top: 0;
}

.box .box-left {
display: inline-block;
position: absolute;
Expand Down Expand Up @@ -1286,12 +1279,22 @@ li.stacktrace {
margin-left: 12px;
margin-right: 12px;
color: #4d5258;
cursor: pointer;
}

.section-controls a:hover {
text-decoration: none;
text-shadow: rgba(0, 0, 0, 0.6) 0 0 20px;
}

.section-controls a.nav-danger {
color: IndianRed !important;
}

.section-controls a.nav-danger:hover {
text-shadow: rgba(205, 92, 92, 0.6) 0 0 20px !important;
}

.page-padded .section-header .section-filter {
margin-top: 0px;
}
Expand Down

0 comments on commit db8ecae

Please sign in to comment.