59 lines
1.7 KiB
SCSS
59 lines
1.7 KiB
SCSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 10-Aug-2018, 12:55:20
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
.secondNavigation {
|
|
.inv_ff_left_on {
|
|
width: auto;
|
|
height: 19px;
|
|
padding: 0px;
|
|
border-top: 1px solid $strong_blue_darken;
|
|
border-bottom: 1px solid $strong_blue_darken;
|
|
border-top: 1px solid $grey_normal;
|
|
border-bottom: 1px solid $grey_normal;
|
|
padding: 0px 2px;
|
|
background-color: white;
|
|
color: $grey_normal;
|
|
font-weight: bold;
|
|
line-height: 19px;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
display: inline-block;
|
|
background-color: $grey_super_light;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background: #fff url('../../../admin/survey/img_0/navigation/nav-control-bg2.png') no-repeat top center;
|
|
width: 12px;
|
|
border-bottom: 1px solid white;
|
|
background: #fff url('../../../admin/survey/img_0/navigation/nav-control-bg2_on_left.png') no-repeat top center;
|
|
}
|
|
.inv_ff_right_on {
|
|
width: auto;
|
|
height: 19px;
|
|
padding: 0px;
|
|
border-top: 1px solid $strong_blue_darken;
|
|
border-bottom: 1px solid $strong_blue_darken;
|
|
border-top: 1px solid $grey_normal;
|
|
border-bottom: 1px solid $grey_normal;
|
|
padding: 0px 2px;
|
|
background-color: white;
|
|
color: $grey_normal;
|
|
font-weight: bold;
|
|
line-height: 19px;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
display: inline-block;
|
|
background-color: $grey_super_light;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background: #fff url('../../../admin/survey/img_0/navigation/nav-control-bg2.png') no-repeat top center;
|
|
width: 12px;
|
|
background: #fff url('../../../admin/survey/img_0/navigation/nav-control-bg2_on_right.png') no-repeat top center;
|
|
}
|
|
} |