Skip to content

Commit 80088ab

Browse files
committed
add border on top scopes
1 parent 9115919 commit 80088ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/wigu/active_admin_theme.css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ $skinMainSecondColor: #5ea3d3!default;
55
$skinBorderRadius: 4px!default;
66
$skinBorderWindowColor: #e6e9ee!default;
77
$skinTablePadding: 10px!default;
8-
98
//HTML----------------------------------------------------------------------------------------------------------------//
109

1110
html {
@@ -295,6 +294,7 @@ body.active_admin {
295294
padding: 10px 20px;
296295
color: #ffffff;
297296
text-shadow: none;
297+
border-right: 1px solid #ffffff;
298298
span {
299299
color: #ffffff;
300300
font-size: 11px;

0 commit comments

Comments
 (0)