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
f9263bfc
Commit
f9263bfc
authored
4 years ago
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_renderjs_ui: configure button focus
erp5_web_renderjs_ui: keep previous focus color
parent
4b7f69fc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
9 deletions
+16
-9
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
+5
-2
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
+4
-6
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
+7
-1
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
View file @
f9263bfc
...
...
@@ -427,10 +427,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
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
View file @
f9263bfc
...
...
@@ -75,9 +75,7 @@
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<none/>
</value>
<value>
<string>
text/css
</string>
</value>
</item>
<item>
<key>
<string>
default_reference
</string>
</key>
...
...
@@ -234,7 +232,7 @@
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<
unicode>
zope
</unicode
>
</value>
<value>
<
string>
zope
</string
>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
...
...
@@ -248,7 +246,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
1013.58761.41247.2474
</string>
</value>
<value>
<string>
986.53918.32237.3225
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -268,7 +266,7 @@
</tuple>
<state>
<tuple>
<float>
1
705411817.82
</float>
<float>
1
600941690.9
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
View file @
f9263bfc
...
...
@@ -529,10 +529,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;
...
...
This diff is collapsed.
Click to expand it.
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