Migliorato stile affix e bordo più evidente tab plugin
This commit is contained in:
parent
0de8fe29b7
commit
748aeca244
|
@ -280,19 +280,8 @@ span.form-control {
|
|||
padding: 10px 0;
|
||||
width: 100%;
|
||||
z-index: 800;
|
||||
-webkit-box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.75);
|
||||
-moz-box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.75);
|
||||
box-shadow: 0px 5px 10px -10px rgba(0,0,0,0.75);
|
||||
border-bottom:0.5px solid #ccc;
|
||||
|
||||
background: rgba(255,255,255,1);
|
||||
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
|
||||
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
|
||||
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
|
||||
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
|
||||
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
|
||||
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
|
||||
background: #fff;
|
||||
border-bottom: 3px solid #ddd;
|
||||
}
|
||||
|
||||
/* Aggiustamenti per i widget */
|
||||
|
@ -593,4 +582,8 @@ input.small-width {
|
|||
}
|
||||
.callout a{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nav-tabs-custom > .nav-tabs > li{
|
||||
border-top: 3px solid #ddd;
|
||||
}
|
Loading…
Reference in New Issue