This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
changed bg colour of mid-banner buttons to address DIV-349
pull/160/head
James Byun
8 years ago
parent
311862c97a
commit
03e8fde27d
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
edivorce/apps/core/static/css/main.css
+3
-3
edivorce/apps/core/static/css/main.scss
+ 1
- 1
edivorce/apps/core/static/css/main.css
File diff suppressed because it is too large
View File
+ 3
- 3
edivorce/apps/core/static/css/main.scss
View File
@ -587,11 +587,11 @@ textarea {
float
:
right
;
margin-left
:
6px
;
&
:
hover
,
&
.
active
{
color
:
$
brand-blue
;
background-color
:
$
color-grey-lighter
;
color
:
#
fff
;
background-color
:
$
brand-gold
;
text-decoration
:
none
;
i
{
color
:
$
brand-blue
;
color
:
#
fff
;
}
}
}
Write
Preview
Loading…
Cancel
Save