Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sisage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Marcos Albano
sisage
Commits
76b62491
Commit
76b62491
authored
Jan 23, 2021
by
Marcos Vinicius Felix De Sousa da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Alteração Backgrund color e hover do button (linpar) com mudança na class tabl.
parent
86f15430
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
4 deletions
+17
-4
app.css
public/css/app.css
+17
-4
No files found.
public/css/app.css
View file @
76b62491
...
@@ -1822,6 +1822,7 @@ pre code {
...
@@ -1822,6 +1822,7 @@ pre code {
/* background-color: transparent; */
/* background-color: transparent; */
background-color
:
white
;
background-color
:
white
;
color
:
black
;
color
:
black
;
font-size
:
.9rem
;
}
}
.table
tbody
tr
:nth-child
(
odd
)
td
{
.table
tbody
tr
:nth-child
(
odd
)
td
{
...
@@ -2947,16 +2948,28 @@ fieldset:disabled a.btn {
...
@@ -2947,16 +2948,28 @@ fieldset:disabled a.btn {
box-shadow
:
0
0
0
.2rem
rgba
(
108
,
178
,
235
,
.5
)
box-shadow
:
0
0
0
.2rem
rgba
(
108
,
178
,
235
,
.5
)
}
}
/* Alteração no btn-warming e no hover / Marcos Felix 23/01/2021 */
.btn-warning
{
.btn-warning
{
color
:
#212529
;
/*
color: #212529;
background-color: #ffed4a;
background-color: #ffed4a;
border-color
:
#ffed4a
border-color: #ffed4a; */
margin-left
:
.5rem
;
font-weight
:
400
;
color
:
white
;
background
:
linear-gradient
(
174deg
,
rgb
(
206
,
128
,
93
)
0%
,
rgb
(
165
,
78
,
7
)
71%
);
border-color
:
white
;
}
}
.btn-warning
:hover
{
.btn-warning
:hover
{
color
:
#212529
;
/*
color: #212529;
background-color: #ffe924;
background-color: #ffe924;
border-color
:
#ffe817
border-color: #ffe817*/
font-weight
:
400
;
color
:
white
;
background
:
linear-gradient
(
174deg
,
rgb
(
98
,
191
,
103
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
border-color
:
white
;
}
}
.btn-warning.focus
,
.btn-warning.focus
,
...
...
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