Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
9972dd1b
Commit
9972dd1b
authored
May 10, 2017
by
Côme Chilliet
Browse files
Using lowercase for CSS color codes
parent
094fca51
Changes
16
Hide whitespace changes
Inline
Side-by-side
html/themes/breezy/datepicker.css
View file @
9972dd1b
...
...
@@ -2,7 +2,7 @@
div
.datepicker
{
position
:
absolute
;
text-align
:
center
;
border
:
1px
#
AAA
solid
;
border
:
1px
#
aaa
solid
;
font-family
:
arial
;
background
:
#fcfcfc
;
font-size
:
10px
;
...
...
@@ -20,8 +20,8 @@ text-align: center;
div
.datepicker
.datepicker-header
{
font-size
:
11px
;
font-weight
:
bold
;
background
:
#
F0F0F
0
;
border-bottom
:
1px
solid
#
AAA
;
background
:
#
f0f0f
0
;
border-bottom
:
1px
solid
#
aaa
;
padding
:
2px
;
text-align
:
center
;
}
...
...
@@ -43,7 +43,7 @@ line-height: 16px;
}
td
.prev
:hover
,
td
.prev-year
:hover
,
td
.next
:hover
,
td
.next-year
:hover
{
background-color
:
#
D0D0D
0
;
background-color
:
#
d0d0d
0
;
}
td
.header
{
...
...
@@ -65,7 +65,7 @@ padding: 0;
.datepicker-calendar
table
tbody
tr
td
{
box-sizing
:
content-box
;
border
:
1px
#
EAEAEA
solid
;
border
:
1px
#
eaeaea
solid
;
margin
:
0
;
padding
:
0
;
text-align
:
center
;
...
...
@@ -78,15 +78,15 @@ cursor: pointer;
.datepicker-calendar
table
tbody
tr
td
:hover
,
.datepicker-calendar
table
tbody
tr
td
.outbound
:hover
,
.datepicker-calendar
table
tbody
tr
td
.today
:hover
{
border
:
1px
#
CCE9FF
solid
;
background
:
#
E9F5FF
;
border
:
1px
#
cce9ff
solid
;
background
:
#
e9f5ff
;
cursor
:
pointer
;
}
.datepicker-calendar
table
tbody
tr
td
.wday
{
box-sizing
:
content-box
;
border
:
1px
#
AAA
solid
;
background
:
#
CCC
;
border
:
1px
#
aaa
solid
;
background
:
#
ccc
;
cursor
:
text
;
width
:
21px
;
height
:
16px
;
...
...
@@ -95,14 +95,14 @@ font-weight: bold;
}
.datepicker-calendar
table
tbody
tr
td
.outbound
{
background
:
#
F4F3F
3
;
background
:
#
f4f3f
3
;
}
.datepicker-calendar
table
tbody
tr
td
.today
,
.datepicker-calendar
table
tbody
tr
td
.today
:hover
{
box-sizing
:
content-box
;
border
:
1px
#
CCE9FF
solid
;
background
:
#
E9F5FF
;
border
:
1px
#
cce9ff
solid
;
background
:
#
e9f5ff
;
background-image
:
url(../../images/date_active.png)
;
background-repeat
:
no-repeat
;
width
:
21px
;
...
...
@@ -120,7 +120,7 @@ line-height: 16px;
}
.datepicker-calendar
table
tbody
tr
td
.nclick-outbound
{
background
:
#
E8E4E
4
;
background
:
#
e8e4e
4
;
width
:
21px
;
height
:
16px
;
line-height
:
16px
;
...
...
@@ -128,18 +128,18 @@ line-height: 16px;
.datepicker-calendar
table
tbody
tr
td
.nclick
:hover
,
.datepicker-calendar
table
tbody
tr
td
.nclick-outbound
:hover
{
border
:
1px
#
EAEAEA
solid
;
border
:
1px
#
eaeaea
solid
;
background
:
#fcfcfc
;
}
.datepicker-calendar
table
tbody
tr
td
.nclick-outbound
:hover
{
background
:
#
E8E4E
4
;
background
:
#
e8e4e
4
;
}
div
.datepicker
div
.datepicker-footer
{
font-size
:
10px
;
background
:
#
F0F0F
0
;
border-top
:
1px
solid
#
AAA
;
background
:
#
f0f0f
0
;
border-top
:
1px
solid
#
aaa
;
cursor
:
pointer
;
text-align
:
center
;
padding
:
2px
;
...
...
html/themes/breezy/dialog.css
View file @
9972dd1b
div
.msgtitle
{
width
:
auto
;
background-color
:
#
F0F0F
0
;
border
:
solid
1px
#
BBBBBB
;
background-color
:
#
f0f0f
0
;
border
:
solid
1px
#
bbbbbb
;
margin-bottom
:
7px
;
}
div
.msgtitle
h2
{
...
...
html/themes/breezy/form.css
View file @
9972dd1b
...
...
@@ -8,12 +8,12 @@ padding: 2px;
input
[
disabled
]
{
color
:
#888
;
background-color
:
#
DDD
;
background-color
:
#
ddd
;
}
textarea
[
disabled
],
select
[
disabled
]
{
color
:
#31363b
;
background-color
:
#
DDD
;
background-color
:
#
ddd
;
}
/* On small screens */
...
...
html/themes/breezy/lists.css
View file @
9972dd1b
...
...
@@ -3,9 +3,9 @@
* L i s t s *
********************************/
table
.listingTable
{
border-top
:
1px
solid
#
C0C2C
3
;
border-bottom
:
1px
solid
#
C0C2C
3
;
border-left
:
1px
solid
#
C0C2C
3
;
border-top
:
1px
solid
#
c0c2c
3
;
border-bottom
:
1px
solid
#
c0c2c
3
;
border-left
:
1px
solid
#
c0c2c
3
;
border-spacing
:
0
;
}
...
...
@@ -19,17 +19,17 @@ white-space: nowrap;
table
.listingTable
>
thead
>
tr
>
th
{
box-sizing
:
content-box
;
background
:
#
F0F0F
0
;
background
:
#
f0f0f
0
;
font-weight
:
bold
;
border-bottom
:
1px
solid
#
C0C2C
3
;
border-bottom
:
1px
solid
#
c0c2c
3
;
padding
:
3px
;
height
:
22px
;
}
html
.ltr
table
.listingTable
>
thead
>
tr
>
th
{
border-right
:
1px
solid
#
C0C2C
3
;
border-right
:
1px
solid
#
c0c2c
3
;
}
html
.rtl
table
.listingTable
>
thead
>
tr
>
th
{
border-left
:
1px
solid
#
C0C2C
3
;
border-left
:
1px
solid
#
c0c2c
3
;
}
table
.listingTable
>
tbody
{
...
...
@@ -48,15 +48,15 @@ table.listingTable > tbody > tr:nth-child(odd) {
}
table
.listingTable
>
tbody
>
tr
:nth-child
(
even
)
{
background-color
:
#
F5F5F
5
;
background-color
:
#
f5f5f
5
;
}
table
.listingTable
>
tbody
>
tr
.entry-locked
:nth-child
(
odd
)
{
background-color
:
#
FFC
;
background-color
:
#
ffc
;
}
table
.listingTable
>
tbody
>
tr
.entry-locked
:nth-child
(
even
)
{
background-color
:
#
F5F5CC
;
background-color
:
#
f5f5cc
;
}
html
.ltr
table
.listingTable
>
tbody
>
tr
td
:last-child
{
...
...
@@ -67,11 +67,11 @@ padding-left: 5px;
}
table
.listingTable
>
tbody
>
tr
:hover
{
background-color
:
#
DDD
;
background-color
:
#
ddd
;
}
table
.listingTable
>
tbody
>
tr
.entry-locked
:hover
{
background-color
:
#
DDA
;
background-color
:
#
dda
;
}
table
.listingTable
>
tbody
>
tr
td
{
...
...
@@ -85,10 +85,10 @@ background: transparent;
height
:
22px
;
}
html
.ltr
table
.listingTable
>
tbody
>
tr
td
{
border-right
:
1px
solid
#
C0C2C
3
;
border-right
:
1px
solid
#
c0c2c
3
;
}
html
.rtl
table
.listingTable
>
tbody
>
tr
td
{
border-left
:
1px
solid
#
C0C2C
3
;
border-left
:
1px
solid
#
c0c2c
3
;
}
table
.listingTable
>
tbody
>
tr
td
>
input
[
type
=
image
],
...
...
@@ -109,7 +109,7 @@ color: #2980b9;
/* List border */
div
.nlistFooter
{
background-color
:
#
E5E5E
5
;
background-color
:
#
e5e5e
5
;
border-left
:
1px
solid
silver
;
border-right
:
1px
solid
silver
;
border-bottom
:
1px
solid
silver
;
...
...
@@ -133,7 +133,7 @@ margin-right: 10px;
}
ul
.treeList
a
:hover
{
background-color
:
#
DDD
;
background-color
:
#
ddd
;
}
a
.treeList
{
...
...
@@ -144,13 +144,13 @@ cursor: pointer;
a
.treeListSelected
{
font-weight
:
bold
;
color
:
#2980b9
;
background-color
:
#
DDD
;
background-color
:
#
ddd
;
padding
:
2px
;
cursor
:
pointer
;
}
a
.treeList
:hover
,
a
.treeListSelected
:hover
{
background-color
:
#
DDD
;
background-color
:
#
ddd
;
padding
:
2px
;
}
...
...
@@ -179,7 +179,7 @@ background: #fcfcfc url(../../images/lists/lastnode.png) no-repeat;
div
.treeList
{
background-color
:
#fcfcfc
;
border
:
1px
solid
#
C0C2C
3
;
border
:
1px
solid
#
c0c2c
3
;
padding
:
5px
;
position
:
absolute
;
z-index
:
500
;
...
...
@@ -252,7 +252,7 @@ min-width: 230px;
display
:
block
;
}
table
.listing-container
>
tbody
>
tr
>
td
.filter
input
[
type
=
submit
]
{
border
:
1px
solid
#
DDD
;
border
:
1px
solid
#
ddd
;
width
:
100%
!important
;
padding
:
10px
;
display
:
inline-block
;
...
...
html/themes/breezy/menu.css
View file @
9972dd1b
...
...
@@ -23,7 +23,7 @@ ul.menu > li > a {
font-family
:
arial
,
helvetica
,
sans-serif
;
font-size
:
12px
;
font-weight
:
bold
;
color
:
#31363
B
;
color
:
#31363
b
;
text-decoration
:
none
;
background-color
:
#eff0f1
;
text-align
:
center
;
...
...
@@ -73,7 +73,7 @@ text-decoration: none;
/* Main menu */
.iconmenu-section
{
border-top
:
1px
solid
#
C0C2C
3
;
border-top
:
1px
solid
#
c0c2c
3
;
clear
:
both
;
}
...
...
@@ -151,7 +151,7 @@ clear: right;
.iconmenu
>
a
:link
,
.iconmenu
>
a
:visited
{
text-decoration
:
none
;
color
:
#31363
B
;
color
:
#31363
b
;
}
.iconmenu
>
a
:hover
{
...
...
html/themes/breezy/plugin.css
View file @
9972dd1b
...
...
@@ -192,16 +192,16 @@ display: none;
fieldset
.plugin-section.critical
legend
span
,
.plugin-section.critical
>
span
.legend
{
font-weight
:
bold
;
background-color
:
#
BCF
;
background-color
:
#
bcf
;
}
fieldset
.plugin-section.critical
legend
span
:after
,
.plugin-section.critical
>
span
.legend
:after
{
content
:
" (editing this can break your LDAP)"
;
color
:
#
D
00
;
color
:
#
d
00
;
}
.plugin-section.critical
>
div
{
background-color
:
#
DFEFFF
;
background-color
:
#
dfefff
;
}
/* On small screens */
...
...
html/themes/breezy/setup.css
View file @
9972dd1b
...
...
@@ -41,7 +41,7 @@ cursor: default;
/* Disabled setup steps */
#menucell
.setup-navigation
li
.menuitem.disabled
a
.navigation-title
{
cursor
:
default
;
color
:
#
C0C2C
3
;
color
:
#
c0c2c
3
;
}
/* Disabled setup steps */
...
...
@@ -95,7 +95,7 @@ cursor: default;
/* Container for name and status, when status is failed */
div
.step2-entry-container-info
{
padding
:
3px
;
border
:
1px
solid
#
C0C2C
3
;
border
:
1px
solid
#
c0c2c
3
;
width
:
99%
;
cursor
:
default
;
}
...
...
html/themes/breezy/style.css
View file @
9972dd1b
...
...
@@ -26,16 +26,16 @@ border: none;
a
:link
{
text-decoration
:
none
;
color
:
#31363
B
;
color
:
#31363
b
;
}
a
:visited
{
text-decoration
:
none
;
color
:
#31363
B
;
color
:
#31363
b
;
}
td
.listfooter
{
background
:
#
E5E5E
5
;
background
:
#
e5e5e
5
;
border-top
:
1px
solid
#c0c2c3
;
padding
:
3px
;
height
:
16px
;
...
...
@@ -64,7 +64,7 @@ text-align: right;
a
.maintitlebar
,
div
.maintitlebar
{
font-family
:
arial
,
helvetica
,
sans-serif
;
text-decoration
:
none
;
/*color:#
FFFFFF
;*/
/*color:#
ffffff
;*/
font-size
:
12px
;
text-align
:
center
;
vertical-align
:
middle
;
...
...
@@ -129,7 +129,7 @@ text-align: left;
hr
{
width
:
100%
;
border
:
none
;
background-color
:
#
C0C2C
3
;
background-color
:
#
c0c2c
3
;
height
:
1px
;
}
...
...
@@ -208,12 +208,12 @@ border: 0;
border-spacing
:
0
;
padding
:
0
;
margin
:
0
;
background-color
:
#507
AAA
;
background-color
:
#507
aaa
;
vertical-align
:
top
;
}
div
.contentboxh
{
background-color
:
#
F0F0F
0
;
background-color
:
#
f0f0f
0
;
border
:
1px
solid
#c0c2c3
;
border-bottom
:
none
;
height
:
26px
;
...
...
@@ -246,7 +246,7 @@ margin: 1px;
}
.filter
div
.contentboxb
>
div
{
width
:
100%
;
background
:
#
EEEEEE
;
background
:
#
eeeeee
;
border-top
:
1px
solid
#c0c2c3
;
text-align
:
right
;
margin
:
0
;
...
...
@@ -394,11 +394,11 @@ padding-right: 4px;
div
.autocomplete
li
:hover
{
background-color
:
#
F0F0F
0
;
background-color
:
#
f0f0f
0
;
}
div
.autocomplete
ul
li
.selected
{
background-color
:
#
F0F0F
0
;
background-color
:
#
f0f0f
0
;
}
#pulldown
{
...
...
@@ -455,7 +455,7 @@ text-decoration: none;
}
#pulldown
ul
li
.sep
{
color
:
#
C0C2C
3
;
color
:
#
c0c2c
3
;
padding
:
.8em
0
.5em
;
}
...
...
@@ -491,7 +491,7 @@ padding: 5px 9px 5px 5px;
#pulldown
ul
ul
li
a
:hover
{
font-weight
:
normal
;
background-color
:
#
D5EAF
7
;
background-color
:
#
d5eaf
7
;
background-image
:
none
;
}
...
...
@@ -501,7 +501,7 @@ font-style: italic;
}
span
.mark
{
color
:
#
B
22
;
color
:
#
b
22
;
}
#debug-handling
{
...
...
html/themes/breezy/tabs.css
View file @
9972dd1b
...
...
@@ -24,7 +24,7 @@ table.tabs-header > tbody > tr > td > div > a {
display
:
inline-block
;
border-radius
:
5px
5px
0
0
;
text-align
:
center
;
background-color
:
#
D0D0D
0
;
background-color
:
#
d0d0d
0
;
border
:
1px
solid
#999
;
margin-top
:
5px
;
padding-top
:
1px
;
...
...
@@ -95,9 +95,9 @@ border-bottom: 1px solid #999;
div
.tab-content
{
padding
:
4px
;
width
:
auto
;
background-color
:
#
F8F8F
8
;
background-color
:
#
f8f8f
8
;
border-style
:
solid
;
border-color
:
#
C0C2C
3
;
border-color
:
#
c0c2c
3
;
border-top-width
:
0
;
border-bottom-width
:
1px
;
border-left-width
:
1px
;
...
...
html/themes/legacy/lists.css
View file @
9972dd1b
...
...
@@ -3,9 +3,9 @@
* L i s t s *
********************************/
table
.listingTable
{
border-top
:
1px
solid
#
AAA
;
border-bottom
:
1px
solid
#
AAA
;
border-left
:
1px
solid
#
AAA
;
border-top
:
1px
solid
#
aaa
;
border-bottom
:
1px
solid
#
aaa
;
border-left
:
1px
solid
#
aaa
;
border-spacing
:
0
;
}
...
...
@@ -19,17 +19,17 @@ white-space: nowrap;
table
.listingTable
>
thead
>
tr
>
th
{
box-sizing
:
content-box
;
background
:
#
F0F0F
0
;
background
:
#
f0f0f
0
;
font-weight
:
bold
;
border-bottom
:
1px
solid
#
AAA
;
border-bottom
:
1px
solid
#
aaa
;
padding
:
3px
;
height
:
22px
;
}
html
.ltr
table
.listingTable
>
thead
>
tr
>
th
{
border-right
:
1px
solid
#
AAA
;
border-right
:
1px
solid
#
aaa
;
}
html
.rtl
table
.listingTable
>
thead
>
tr
>
th
{
border-left
:
1px
solid
#
AAA
;
border-left
:
1px
solid
#
aaa
;
}
table
.listingTable
>
tbody
{
...
...
@@ -44,19 +44,19 @@ white-space: nowrap;
}
table
.listingTable
>
tbody
>
tr
:nth-child
(
odd
)
{
background-color
:
#
FFF
;
background-color
:
#
fff
;
}
table
.listingTable
>
tbody
>
tr
:nth-child
(
even
)
{
background-color
:
#
F5F5F
5
;
background-color
:
#
f5f5f
5
;
}
table
.listingTable
>
tbody
>
tr
.entry-locked
:nth-child
(
odd
)
{
background-color
:
#
FFC
;
background-color
:
#
ffc
;
}
table
.listingTable
>
tbody
>
tr
.entry-locked
:nth-child
(
even
)
{
background-color
:
#
F5F5CC
;
background-color
:
#
f5f5cc
;
}
html
.ltr
table
.listingTable
>
tbody
>
tr
td
:last-child
{
...
...
@@ -67,11 +67,11 @@ padding-left: 5px;
}
table
.listingTable
>
tbody
>
tr
:hover
{
background-color
:
#
DDD
;
background-color
:
#
ddd
;
}
table
.listingTable
>
tbody
>
tr
.entry-locked
:hover
{
background-color
:
#
DDA
;
background-color
:
#
dda
;
}
table
.listingTable
>
tbody
>
tr
td
{
...
...
@@ -85,10 +85,10 @@ background: transparent;
height
:
22px
;
}
html
.ltr
table
.listingTable
>
tbody
>
tr
td
{
border-right
:
1px
solid
#
AAA
;
border-right
:
1px
solid
#
aaa
;
}
html
.rtl
table
.listingTable
>
tbody
>
tr
td
{
border-left
:
1px
solid
#
AAA
;
border-left
:
1px
solid
#
aaa
;
}
table
.listingTable
>
tbody
>
tr
td
>
input
[
type
=
image
],
...
...
@@ -100,7 +100,7 @@ padding: 2px;
/* List border */
div
.nlistFooter
{
background-color
:
#
E5E5E
5
;
background-color
:
#
e5e5e
5
;
border-left
:
1px
solid
silver
;
border-right
:
1px
solid
silver
;
border-bottom
:
1px
solid
silver
;
...
...
@@ -124,7 +124,7 @@ margin-right: 10px;
}
ul
.treeList
a
:hover
{
background-color
:
#
DDD
;
background-color
:
#
ddd
;
}
a
.treeList
{
...
...
@@ -134,14 +134,14 @@ cursor: pointer;
a
.treeListSelected
{
font-weight
:
bold
;
color
:
#1010
AF
;
background-color
:
#
DDD
;
color
:
#1010
af
;
background-color
:
#
ddd
;
padding
:
2px
;
cursor
:
pointer
;
}
a
.treeList
:hover
,
a
.treeListSelected
:hover
{
background-color
:
#
DDD
;
background-color
:
#
ddd
;
padding
:
2px
;
}
...
...
@@ -159,7 +159,7 @@ background: url(../../images/lists/node.png) no-repeat;
li
.treeListSelected
a
{
font-weight
:
bold
;
color
:
#1010
AF
;
color
:
#1010
af
;
padding
:
2px
;
}
...
...
@@ -169,8 +169,8 @@ background: #fff url(../../images/lists/lastnode.png) no-repeat;
}
div
.treeList
{
background-color
:
#
FFF
;
border
:
1px
solid
#
AAA
;
background-color
:
#
fff
;
border
:
1px
solid
#
aaa
;
padding
:
5px
;
position
:
absolute
;
z-index
:
500
;
...
...
@@ -243,7 +243,7 @@ min-width: 230px;
display
:
block
;
}
table
.listing-container
>
tbody
>
tr
>
td
.filter
input
[
type
=
submit
]
{
border
:
1px
solid
#
DDD
;
border
:
1px
solid
#
ddd
;
width
:
100%
!important
;
padding
:
10px
;
display
:
inline-block
;
...
...
html/themes/legacy/login.css
View file @
9972dd1b
...
...
@@ -22,7 +22,7 @@ position: absolute;
div
#window-div
{
min-width
:
50%
;
margin-top
:
100px
;
border
:
1px
solid
#
AAAAAA
;
border
:
1px
solid
#
aaaaaa
;
background-color
:
white
;
display
:
inline-block
;
border-radius
:
10px
;
...
...
@@ -31,9 +31,9 @@ box-shadow: 0 0 3px black inset;
div
#window-titlebar
{
text-align
:
center
;
border-bottom
:
1px
solid
#
AAAAAA
;
border-bottom
:
1px
solid
#
aaaaaa
;
padding
:
8px
;
background-color
:
#
DBE6C
6
;
background-color
:
#
dbe6c
6
;
border-radius
:
10px
10px
0
0
;
}
...
...
html/themes/legacy/menu.css
View file @
9972dd1b
...
...
@@ -25,7 +25,7 @@ ul.menu > li > a {
font-family
:
arial
,
helvetica
,
sans-serif
;
font-size
:
12px
;
font-weight
:
bold
;
color
:
#00008
F
;
color
:
#00008
f
;
text-decoration
:
none
;
background-color
:
#dbe6c6
;
text-align
:
center
;
...
...
@@ -34,11 +34,11 @@ margin-bottom: 3px;
padding-bottom
:
5px
;
padding-top
:
5px
;
border-radius
:
5px
5px
0
0
;
border
:
1px
solid
#
AAA
;
border
:
1px
solid
#
aaa
;
}
ul
.menu
ul
>
li
>
a
{
color
:
#00008
F
;