Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
29afe143
Commit
29afe143
authored
Nov 06, 2013
by
Andrew Nicols
Browse files
MDL-40975 Theme: Set the colour for actionmenu carets appropriately
parent
1e5620a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
theme/base/style/core.css
View file @
29afe143
...
...
@@ -1595,8 +1595,13 @@ a.disabled {
width
:
0
;
height
:
0
;
vertical-align
:
top
;
border-top
:
4px
solid
#
000
;
border-top
:
4px
solid
#
777
;
border-right
:
4px
solid
transparent
;
border-left
:
4px
solid
transparent
;
content
:
""
;
}
a
:focus
.caret
,
a
:hover
.caret
{
border-top-color
:
#555
;
}
theme/bootstrapbase/less/moodle/core.less
View file @
29afe143
...
...
@@ -2045,6 +2045,11 @@ img#persona_signin {
.caret {
margin-top: 8px;
margin-left: 2px;
border-top-color: @navbarLinkColor;
&:hover,
&:active {
border-top-color: @navbarLinkColorActive;
}
}
}
}
...
...
theme/bootstrapbase/style/moodle.css
View file @
29afe143
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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