Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
IT2810_P2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IT2810-H19
T
Teams
Team 36
IT2810_P2
Commits
878cd425
Commit
878cd425
authored
Sep 26, 2019
by
Stine Johanne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change some colors, shadows and make sure buttons look inactive when they are
parent
5e0eef2b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
5 deletions
+14
-5
src/App.css
src/App.css
+1
-0
src/navbar.css
src/navbar.css
+1
-1
src/style/SessionElement.css
src/style/SessionElement.css
+1
-1
src/style/SessionNavigation.css
src/style/SessionNavigation.css
+11
-3
No files found.
src/App.css
View file @
878cd425
...
...
@@ -10,6 +10,7 @@
grid-column-end
:
1
;
grid-row-start
:
3
;
grid-row-end
:
5
;
box-shadow
:
0.5px
0px
1px
#55a
;
}
.artworkArea
{
...
...
src/navbar.css
View file @
878cd425
...
...
@@ -3,7 +3,7 @@
background-color
:
#fff
;
overflow
:
hidden
;
width
:
100%
;
box-shadow
:
0px
2px
2px
#efefef
;
box-shadow
:
0px
2px
2px
#efefef
;
}
/* Style the links inside the navigation bar */
...
...
src/style/SessionElement.css
View file @
878cd425
.sessionWrapper
{
background-color
:
#
e9e9e9
;
background-color
:
#
ffffff
;
padding
:
8px
;
color
:
#333
;
box-shadow
:
0px
-2px
2px
#efefef
;
...
...
src/style/SessionNavigation.css
View file @
878cd425
...
...
@@ -2,11 +2,19 @@
.sessionNavButtons
>
.navBtn
{
display
:
inline-block
;
background-color
:
#FFA646
;
border
:
1px
solid
#
ddd
;
border
:
1px
solid
#
333
;
border-radius
:
4px
;
margin
:
6px
;
padding
:
0px
8px
6px
8px
;
font-size
:
1.875em
;
cursor
:
pointer
;
-webkit-touch-callout
:
none
;
/* iOS Safari */
-webkit-user-select
:
none
;
/* Safari */
-khtml-user-select
:
none
;
/* Konqueror HTML */
-moz-user-select
:
none
;
/* Old versions of Firefox */
-ms-user-select
:
none
;
/* Internet Explorer/Edge */
user-select
:
none
;
/* Non-prefixed version, currently
supported by Chrome, Opera and Firefox */
}
.sessionNavButtons
>
.navBtn
:active
{
...
...
@@ -15,11 +23,11 @@
.sessionNavButtons
>
.navBtn.inactive
{
border
:
1px
solid
#aaa
;
background-color
:
#
FFA646
;
background-color
:
#
e0e0e0
;
color
:
#333
;
}
@media
screen
and
(
min-width
:
960px
)
{
.sessionNavButtons
>
.navBtn
:hover
{
background-color
:
#
fff
;
background-color
:
#
Fec894
;
}
}
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