사용자:Senior9324/Notification.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
8번째 줄: 8번째 줄:
}
}


.has-notification .nav-login .dropdown-toggle,
.has-notification .nav-login .dropdown-toggle {
.has-notification .navbar-header .dropdown-toggle {
background: #FF9999;
background: #FF9999;
color: white;
color: white;
}
.has-notification .navbar-header .dropdown-toggle {
color: #FF9999;
}
}

2015년 7월 28일 (화) 22:22 기준 최신판

nav.navbar .notify-count {
	font-weight: bold;
	background: #FF6363;
	color: white;
	padding: 4px;
	margin-left: 4px;
	border-radius: 2px;
}

.has-notification .nav-login .dropdown-toggle {
	background: #FF9999;
	color: white;
}

.has-notification .navbar-header .dropdown-toggle {
	color: #FF9999;
}