Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
b91bb857
Commit
b91bb857
authored
Sep 24, 2020
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP erp5_web_renderjs_ui: XXX ugly more visible focus
parent
39c2ae32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
10 deletions
+21
-10
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
...emplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
+6
-3
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
...emplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
+7
-5
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
...teItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
+8
-2
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
View file @
b91bb857
...
...
@@ -267,7 +267,7 @@ a:hover {
}
a
:focus
{
outline-offset
:
-2px
;
outline
:
2px
solid
#
3388cc
;
outline
:
2px
solid
#
ffff8a
;
}
@media
not
screen
and
(
max-width
:
85em
)
{
a
[
accesskey
]
:after
{
...
...
@@ -418,10 +418,13 @@ button::-moz-focus-inner {
padding
:
0px
;
}
input
[
type
=
submit
]
:hover
,
button
:hover
,
button
:hover
{
outline
:
none
;
}
input
[
type
=
submit
]
:focus
,
button
:focus
{
outline
:
none
;
outline-offset
:
-2px
;
outline
:
2px
solid
#3388cc
;
}
/**********************************************
* Media
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
View file @
b91bb857
...
...
@@ -75,7 +75,9 @@
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
text/css
</string>
</value>
<value>
<none/>
</value>
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
...
...
@@ -230,7 +232,7 @@
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<string>
georgios.dagkakis
</string>
</value>
<value>
<string>
zope
</string>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
...
...
@@ -244,7 +246,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
98
0.28021.30830.63778
</string>
</value>
<value>
<string>
98
6.53918.32237.3225
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -262,8 +264,8 @@
</tuple>
<state>
<tuple>
<float>
1
593579172.65
</float>
<string>
GMT+2
</string>
<float>
1
600941690.9
</float>
<string>
UTC
</string>
</tuple>
</state>
</object>
...
...
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
View file @
b91bb857
...
...
@@ -29,7 +29,7 @@
@colorsubheaderbackground: #0E81C2;
@colorsubheaderlink: #f8fff3;
@colorfocus: #
3388cc
;
@colorfocus: #
ffff8a
;
@colorblocklinkbackground: #e0e0e0;
@paneldarkerbackgroundcolor: @black;
...
...
@@ -526,10 +526,16 @@ input[type=submit], button {
background:transparent;
color: @colorforeground;
&:hover
, &:focus
{
&:hover {
outline: none;
}
&:focus {
// XXX TODO
outline-offset: -2px;
outline: 2px @border-type @focus-border-color;
}
/*
// XXX TODO
// transition: background-color 0.2s ease-out;
...
...
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