Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikweb
Commits
89155049
Commit
89155049
authored
Aug 26, 2013
by
Simon Daron
Browse files
Fixing some loading/focus/active style
parent
9ca0356b
Changes
2
Show whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/general.css
View file @
89155049
...
...
@@ -17,14 +17,14 @@ a {
a
:hover
{
text-decoration
:
underline
;
}
a
.block
:hover
{
a
.block
:hover
,
nav
a
:hover
{
text-decoration
:
none
;
}
button
:hover
{
opacity
:
0.8
;
}
a
.active
,
button
.active
{
opacity
:
0.2
;
a
.active
,
button
.active
,
a
.loading
,
button
.loading
,
a
:focus
,
button
:focus
{
color
:
#4183C4
!important
;
}
button
,
.button
{
margin
:
0
0
0
0
!important
;
...
...
@@ -244,8 +244,7 @@ nav a.active, nav button.active{
margin
:
auto
;
}
a
.loading
,
button
.loading
{
color
:
#4183C4
!important
;
.loading
{
-webkit-animation
:
loading
1s
infinite
linear
;
-moz-animation
:
loading
1s
infinite
linear
;
-o-animation
:
loading
1s
infinite
linear
;
...
...
panikweb_templates/static/css/specifics.css
View file @
89155049
...
...
@@ -167,9 +167,14 @@ button.tag {
overflow
:
hidden
;
}
#metaNav
ul
li
a
{
display
:
inline-block
;
color
:
white
;
letter-spacing
:
1px
;
}
#metaNav
*
:focus
,
#metaNav
.active
{
color
:
black
;
background-color
:
white
;
}
/* PANIK LOGO */
...
...
Write
Preview
Supports
Markdown
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