Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
71c0673c
Commit
71c0673c
authored
Sep 10, 2017
by
yPhil
Browse files
Refactoring: CSS directives (pretty big) cleanup
parent
a3909492
Changes
1
Hide whitespace changes
Inline
Side-by-side
nws-style.css
View file @
71c0673c
...
...
@@ -111,38 +111,26 @@ div.nws-tab-feeds {
.feedTitle
{
height
:
1.5em
;
overflow
:
hidden
;
color
:
#CD9E3F
;
background
:
var
(
--main-color-level-3
);
padding
:
.2em
.2em
0
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.feedTitleCached
{
height
:
1.5em
;
overflow
:
hidden
;
color
:
#CD9E3F
;
background
:
#2e3436
;
padding
:
.2em
.2em
0
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
font-style
:
italic
;
}
.feed
{
vertical-align
:
top
;
margin
:
0
1%
.5em
0
;
font-size
:
.7em
;
border
:
gray
1px
solid
;
background
:
var
(
--main-color-level-3
);
border
:
var
(
--main-color-level-10
)
1px
solid
;
background
:
var
(
--main-color-level-3
);
}
.feed
.nws-feed-icon
{
background
:
var
(
--main-color-level-3
);
background
:
var
(
--main-color-level-3
);
}
.feed
:hover
{
border
:
orange
1px
solid
;
border
:
var
(
--main-color-level-5
)
1px
solid
;
}
.feed
ul
li
img
.feed
{
...
...
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