Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spr2021-a1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cmsc828d
spr2021-a1
Commits
0dbfca3b
Commit
0dbfca3b
authored
4 years ago
by
Leilani Battle
Browse files
Options
Downloads
Patches
Plain Diff
removing unnecessary css file
parent
3056fa30
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
static/css/style.css
+0
-41
0 additions, 41 deletions
static/css/style.css
with
0 additions
and
41 deletions
static/css/style.css
deleted
100644 → 0
+
0
−
41
View file @
3056fa30
/* Dropdown Button */
.dropbtn
{
background-color
:
#4CAF50
;
color
:
white
;
padding
:
16px
;
font-size
:
16px
;
border
:
none
;
}
/* The container <div> - needed to position the dropdown content */
.dropdown
{
position
:
relative
;
display
:
inline-block
;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content
{
display
:
none
;
position
:
absolute
;
background-color
:
#f1f1f1
;
min-width
:
160px
;
box-shadow
:
0px
8px
16px
0px
rgba
(
0
,
0
,
0
,
0.2
);
z-index
:
1
;
}
/* Links inside the dropdown */
.dropdown-content
a
{
color
:
black
;
padding
:
12px
16px
;
text-decoration
:
none
;
display
:
block
;
}
/* Change color of dropdown links on hover */
.dropdown-content
a
:hover
{
background-color
:
#ddd
;}
/* Show the dropdown menu on hover */
.dropdown
:hover
.dropdown-content
{
display
:
block
;}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown
:hover
.dropbtn
{
background-color
:
#3e8e41
;}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment