Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
Hunger Buster - Breadcrumbs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Julia Santos
Hunger Buster - Breadcrumbs
Commits
12606681
Commit
12606681
authored
Mar 25, 2021
by
Andrea Tsai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved hover effect
parent
a38602bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
16 deletions
+12
-16
mainFridgeList.css
HTML and CSS Files/mainFridgeList.css
+12
-16
No files found.
HTML and CSS Files/mainFridgeList.css
View file @
12606681
...
@@ -38,8 +38,7 @@ body {
...
@@ -38,8 +38,7 @@ body {
}
}
.sideItem
{
.sideItem
{
display
:
grid
;
display
:
grid
;
background-color
:
rgba
(
104
,
104
,
104
,
1
);
background-color
:
rgba
(
104
,
104
,
104
,
0.7
);
opacity
:
0.7
;
transform
:
none
;
transform
:
none
;
}
}
.sideText
{
.sideText
{
...
@@ -110,9 +109,8 @@ body {
...
@@ -110,9 +109,8 @@ body {
.addItemButton
{
.addItemButton
{
margin-left
:
20px
;
margin-left
:
20px
;
margin-right
:
20px
;
margin-right
:
20px
;
background-color
:
rgba
(
175
,
175
,
175
,
1
);
background-color
:
rgba
(
175
,
175
,
175
,
0.7
);
border-radius
:
100px
;
border-radius
:
100px
;
opacity
:
0.7
;
transform
:
none
;
transform
:
none
;
}
}
.addItemText
{
.addItemText
{
...
@@ -126,8 +124,7 @@ body {
...
@@ -126,8 +124,7 @@ body {
grid-row
:
2
/
3
;
grid-row
:
2
/
3
;
}
}
.changeViewDropdown
{
.changeViewDropdown
{
background-color
:
rgba
(
228
,
228
,
228
,
1
);
background-color
:
rgba
(
228
,
228
,
228
,
0.7
);
opacity
:
0.7
;
transform
:
none
;
transform
:
none
;
}
}
.changeViewText
{
.changeViewText
{
...
@@ -147,11 +144,10 @@ body {
...
@@ -147,11 +144,10 @@ body {
grid-row-gap
:
3vw
;
grid-row-gap
:
3vw
;
}
}
.listItem
{
.listItem
{
background-color
:
rgba
(
237
,
237
,
237
,
1
);
background-color
:
rgba
(
237
,
237
,
237
,
0.7
);
display
:
grid
;
display
:
grid
;
grid-template-columns
:
10vw
15vw
;
grid-template-columns
:
10vw
15vw
;
grid-template-rows
:
repeat
(
5
,
5vh
);
grid-template-rows
:
repeat
(
5
,
5vh
);
opacity
:
0.7
;
transform
:
none
;
transform
:
none
;
}
}
#listIcon
{
#listIcon
{
...
@@ -248,20 +244,20 @@ body {
...
@@ -248,20 +244,20 @@ body {
.sideItem
:hover
{
.sideItem
:hover
{
opacity
:
1
;
background-color
:
rgba
(
104
,
104
,
104
,
1
)
;
transition
:
opacity
.5s
;
transition
:
background-color
.5s
;
}
}
.listItem
:hover
{
.listItem
:hover
{
opacity
:
1
;
background-color
:
rgba
(
237
,
237
,
237
,
1
)
;
transition
:
opacity
.5s
;
transition
:
background-color
.5s
;
}
}
.addItemButton
:hover
{
.addItemButton
:hover
{
opacity
:
1
;
background-color
:
rgba
(
175
,
175
,
175
,
1
)
;
transition
:
opacity
.5s
;
transition
:
background-color
.5s
;
}
}
.changeViewDropdown
:hover
{
.changeViewDropdown
:hover
{
opacity
:
1
;
background-color
:
rgba
(
240
,
240
,
240
,
1
)
;
transition
:
opacity
.5s
;
transition
:
background-color
.5s
;
}
}
.main
{
.main
{
...
...
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