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
G
glpi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
GLPI
glpi
Commits
fa718d70
Commit
fa718d70
authored
Apr 02, 2019
by
Alexandre Delaunay
Committed by
Johan Cwiklinski
Apr 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scss compiler doesn't support hex8
parent
0a308217
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
css/styles.scss
css/styles.scss
+4
-4
No files found.
css/styles.scss
View file @
fa718d70
...
...
@@ -5593,7 +5593,7 @@ div#viewgraph {
.grid-stack-placeholder
>
.placeholder-content
{
border
:
1px
dashed
#bcbf33
;
background-color
:
#e5f569
8a
;
background-color
:
rgba
(
229
,
245
,
105
,
.5
)
;
}
}
...
...
@@ -5653,7 +5653,7 @@ ul.indexes {
.side_pdus_float
{
.grid-stack-item
{
.grid-stack-item-content
{
border
:
0
solid
#040404
6b
;
border
:
0
solid
rgba
(
4
,
4
,
4
,
.4
)
;
border-width
:
4px
1px
;
.rotated_text
{
...
...
@@ -5917,13 +5917,13 @@ ul.indexes {
.side_pdus_nofloat
.grid-stack-item
.grid-stack-item-content
,
.grid-rack
.grid-stack-item
:not
(
.lock-bottom
)
.grid-stack-item-content
{
color
:
#2c3e50
;
border
:
0
solid
#040404
6b
;
border
:
0
solid
rgba
(
4
,
4
,
4
,
.4
)
;
border-width
:
1px
4px
;
box-shadow
:
1px
1px
5px
0px
#656565
;
}
#viewgraph
:not
(
.clear_picture
)
.grid-rack
.grid-stack-item.with_picture
.grid-stack-item-content
{
border-color
:
#040404
40
;
border-color
:
rgba
(
4
,
4
,
4
,
.25
)
;
border-width
:
0
4px
;
}
...
...
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