Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
user-manual
manual-build
Commits
d1ef084d
Commit
d1ef084d
authored
Apr 20, 2019
by
Kristina Hoeppner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update styles for buttons and links
parent
ca3b29e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
source/mahara/static/mahara.css_t
source/mahara/static/mahara.css_t
+24
-0
No files found.
source/mahara/static/mahara.css_t
View file @
d1ef084d
...
...
@@ -54,6 +54,7 @@ a, a:visited, a:link, a .pre {
word-wrap: break-word;
}
a:hover, a:hover .pre {
color: #566d31;
text-decoration: underline;
}
em {
...
...
@@ -499,6 +500,29 @@ a.incognito:hover {
line-height: 1.5;
padding: 2.3px 10px;
}
.btn-primary,
.form-inline input.btn-primary {
color:#fff;
background-color:#556d32;
border-color:#556d32;
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}
.btn-primary:hover,
.form-inline input.btn-primary:hover {
color:#fff;
background-color:#415326;
border-color:#3a4a22
}
.btn-primary.focus,
.btn-primary:focus,
.form-inline input.btn-primary:focus,
.form-inline input.focus.btn-primary {
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(111,131,81,.5);
box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(111,131,81,.5)
}
/* -- footer ---------------------------------------------------------------- */
.footer-relbar {
margin: 0;
...
...
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