- left background to the far left of the screen
- large screen breakpoints from BS3 - hover color is the same of link color (variable $blue)
This commit is contained in:
parent
b787db13ba
commit
37e3a2749f
3 changed files with 14 additions and 10 deletions
|
|
@ -45,9 +45,9 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: $link-grey;
|
color: $link-grey;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
&:hover {
|
&:hover, &:hover .entypo.check, &:hover + .action .entypo {
|
||||||
background-color: $background-blue;
|
background-color: $blue;
|
||||||
color: $black;
|
color: $white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,13 @@
|
||||||
|
<a href="/aspects/query" class="selectable" data-guid="{{id}}">
|
||||||
|
{{#if selected}}
|
||||||
|
<i class="entypo check selected"></i>
|
||||||
|
{{else}}
|
||||||
|
<div class="entypo check"></div>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
|
{{name}}
|
||||||
|
|
||||||
|
</a>
|
||||||
<a href="/contacts?a_id={{id}}" class="action modify_aspect pull-right">
|
<a href="/contacts?a_id={{id}}" class="action modify_aspect pull-right">
|
||||||
<i class="entypo-pencil"></i>
|
<i class="entypo-pencil"></i>
|
||||||
</a>
|
</a>
|
||||||
{{#if selected}}
|
|
||||||
<i class="entypo-check selected"></i>
|
|
||||||
{{else}}
|
|
||||||
<div class="entypo-check"></div>
|
|
||||||
{{/if}}
|
|
||||||
<a href="/aspects/query" class="selectable" data-guid="{{id}}"> {{name}} </a>
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
#right-sidebar-fixed-sub-background.col-md-3.visible-lg
|
#right-sidebar-fixed-sub-background.col-md-3.visible-lg
|
||||||
#right-sidebar-fixed-background.col-md-3.col-lg-2.hidden-sm.hidden-xs
|
#right-sidebar-fixed-background.col-md-3.col-lg-2.hidden-sm.hidden-xs
|
||||||
.row
|
.row
|
||||||
#left-navbar-fixed-background.col-lg-offset-1.col-lg-2.col-md-3.hidden-sm.hidden-xs
|
#left-navbar-fixed-background.col-md-3.hidden-sm.hidden-xs
|
||||||
.col-lg-offset-1.col-lg-2.col-md-3#leftNavBar
|
.col-lg-offset-1.col-lg-2.col-md-3#leftNavBar
|
||||||
#home_user_badge
|
#home_user_badge
|
||||||
= owner_image_link
|
= owner_image_link
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue