Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
7c575179
Commit
7c575179
authored
Oct 16, 2015
by
Robert Knight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the color of the account drop-down menu
T-90
parent
f7c91db3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
top-bar.scss
h/static/styles/top-bar.scss
+4
-0
top_bar.html
h/templates/client/top_bar.html
+2
-1
No files found.
h/static/styles/top-bar.scss
View file @
7c575179
...
@@ -62,3 +62,7 @@ $top-bar-height: 40px;
...
@@ -62,3 +62,7 @@ $top-bar-height: 40px;
color
:
$gray-dark
;
color
:
$gray-dark
;
}
}
}
}
.top-bar__dropdown-arrow
{
color
:
$color-dove-gray
;
}
h/templates/client/top_bar.html
View file @
7c575179
...
@@ -63,7 +63,8 @@
...
@@ -63,7 +63,8 @@
<a
role=
"button"
<a
role=
"button"
class=
"top-bar__btn"
class=
"top-bar__btn"
data-toggle=
"dropdown"
dropdown-toggle
>
data-toggle=
"dropdown"
dropdown-toggle
>
<i
class=
"h-icon-account"
></i><i
class=
"h-icon-arrow-drop-down"
></i>
<i
class=
"h-icon-account"
></i>
<!-- nospace
!-->
<i
class=
"h-icon-arrow-drop-down top-bar__dropdown-arrow"
></i>
</a>
</a>
<ul
class=
"dropdown-menu pull-right"
role=
"menu"
>
<ul
class=
"dropdown-menu pull-right"
role=
"menu"
>
<li
ng-show=
"authUser"
><a
href=
"/stream?q=user:{{account.username}}"
<li
ng-show=
"authUser"
><a
href=
"/stream?q=user:{{account.username}}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment