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
P
phabricator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Phabricator
phabricator
Commits
e82bd97d
Commit
e82bd97d
authored
Jul 14, 2015
by
Daniel Stone
Committed by
Ana Rute Mendes
Jun 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LOCAL/UI: PHUI: Add custom Collabora colour scheme
Add a colour scheme for tagging objects in lists.
parent
006bd155
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
69 additions
and
7 deletions
+69
-7
resources/celerity/map.php
resources/celerity/map.php
+11
-7
webroot/rsrc/css/font/phui-font-icon-base.css
webroot/rsrc/css/font/phui-font-icon-base.css
+23
-0
webroot/rsrc/css/phui/object-item/phui-oi-color.css
webroot/rsrc/css/phui/object-item/phui-oi-color.css
+35
-0
No files found.
resources/celerity/map.php
View file @
e82bd97d
...
...
@@ -965,7 +965,16 @@ return array(
'javelin-behavior'
,
'javelin-stratcom'
,
'javelin-dom'
,
'javelin-workflow'
,
'phuix-form-control-view'
,
'phuix-icon-view'
,
'javelin-behavior-phabricator-gesture'
,
),
'03dde462'
=>
array
(
'phui-oi-list-view-css'
,
),
'040fce04'
=>
array
(
'javelin-behavior'
,
'javelin-request'
,
),
'05d290ef'
=>
array
(
'javelin-install'
,
...
...
@@ -2051,12 +2060,7 @@ return array(
'phabricator-phtize'
,
'javelin-dom'
,
),
'c3d24e63'
=>
array
(
'javelin-install'
,
'javelin-workboard-card'
,
'javelin-workboard-header'
,
),
'c687e867'
=>
array
(
'd057e45a'
=>
array
(
'javelin-behavior'
,
'javelin-dom'
,
'javelin-stratcom'
,
...
...
webroot/rsrc/css/font/phui-font-icon-base.css
View file @
e82bd97d
...
...
@@ -203,6 +203,29 @@
background-color
:
{$
violet
}
;
}
.phui-icon-view.ccu-very-red
{
color
:
#f1433f
;
}
.phui-icon-view.ccu-a-bit-red
{
color
:
#fbcc5c
;
}
.phui-icon-view.ccu-washed-out-yellow
{
color
:
#f7e967
;
}
.phui-icon-view.ccu-pleasingly-neutral-green
{
color
:
#a9cf54
;
}
.phui-icon-view.ccu-washed-out-blue-with-hints-of-teal
{
color
:
#70b7ba
;
}
.phui-icon-view.ccu-very-deep-grey-blue-with-more-hints-of-teal
{
color
:
#3d4c53
;
}
.phui-icon-view.ccu-pleasingly-corporate-purple
{
color
:
#5c3dcc
;
}
/* Hovers */
.device-desktop
a
.phui-icon-view.lightgreytext
:hover
,
...
...
webroot/rsrc/css/phui/object-item/phui-oi-color.css
View file @
e82bd97d
...
...
@@ -66,3 +66,38 @@
.phui-oi-bar-color-dark
{
border-left-color
:
{$
darkgreytext
}
;
}
/* - CCU local -----------------------------------------------------------------
Colour scheme for Collabora installation. If this sticks out like a sore
thumb, it's because it should.
*/
.phui-oi-bar-color-ccu-very-red
{
border-left-color
:
#f1433f
;
}
.phui-oi-bar-color-ccu-a-bit-red
{
border-left-color
:
#fbcc5c
;
}
.phui-oi-bar-color-ccu-washed-out-yellow
{
border-left-color
:
#f7e967
;
}
.phui-oi-bar-color-ccu-pleasingly-neutral-green
{
border-left-color
:
#a9cf54
;
}
.phui-oi-bar-color-ccu-washed-out-blue-with-hints-of-teal
{
border-left-color
:
#70b7ba
;
}
.phui-oi-bar-color-ccu-very-deep-grey-blue-with-more-hints-of-teal
{
border-left-color
:
#3d4c53
;
}
.phui-oi-bar-color-ccu-pleasingly-corporate-purple
{
border-left-color
:
#5c3dcc
;
}
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