Changeset - 8365306204c6
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-07-13 18:50:21
lukeman@gmail.com
fix caret color
1 file changed with 1 insertions and 9 deletions:
0 comments (0 inline, 0 general)
symposion_project/static/symposion/less/bootswatch.less
Show inline comments
...
 
@@ -2,24 +2,16 @@
 
// Swatch: Spacelab
 
// Version: 2.0.4
 
// -----------------------------------------------------
 

	
 
// NAVBAR
 
// -----------------------------------------------------
 

	
 
.navbar {
 
	.icon-bar {
 
		color: @linkColor;
 
	}
 
	//border-bottom: 1px solid #CACACA;
 

	
 
	.navbar-inner {
 
		//.box-shadow(0 1px 0 rgba(255,255,255,0.4)~", "0 0 10px rgba(0,0,0,0.1));
 
	}
 

	
 
	.brand {
 
		font-weight: bold;
 

	
 
		&:hover {
 
			color: @linkColor;
 
		}
 
	}
...
 
@@ -90,17 +82,17 @@
 
		.caret {
 
			border-top-color: @white;
 
		}
 
	}
 
}
 

	
 
.nav li.open.dropdown .caret,
 
.nav .dropdown-toggle:hover .caret {
 
	border-top-color: @linkColor;
 
	border-top-color: #000;
 
}
 

	
 
div.subnav {
 

	
 
	.nav > li > a {
 
		font-weight: bold;
 
		color: @textColor;
 

	
0 comments (0 inline, 0 general)