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
f1012ed7
Commit
f1012ed7
authored
Jul 21, 2016
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Disable button background image for Firefox
parent
d719e508
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.css
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.css
+2
-0
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
.../PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
+2
-2
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
+2
-0
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.css
View file @
f1012ed7
...
@@ -331,6 +331,7 @@ select {
...
@@ -331,6 +331,7 @@ select {
line-height
:
1.4em
;
line-height
:
1.4em
;
cursor
:
pointer
;
cursor
:
pointer
;
border
:
none
;
border
:
none
;
background-image
:
none
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
color
:
#1F1F1F
;
color
:
#1F1F1F
;
border-radius
:
0.325em
;
border-radius
:
0.325em
;
...
@@ -369,6 +370,7 @@ button {
...
@@ -369,6 +370,7 @@ button {
margin
:
0
;
margin
:
0
;
padding
:
0
;
padding
:
0
;
border
:
none
;
border
:
none
;
background-image
:
none
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
color
:
#1F1F1F
;
color
:
#1F1F1F
;
transition
:
background-color
0.2s
ease-out
;
transition
:
background-color
0.2s
ease-out
;
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_css.xml
View file @
f1012ed7
...
@@ -236,7 +236,7 @@
...
@@ -236,7 +236,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
952.4
4617.5284.46489
</string>
</value>
<value>
<string>
952.4
6193.43042.64221
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -254,7 +254,7 @@
...
@@ -254,7 +254,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
146911
5939.36
</float>
<float>
146911
6036.02
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
View file @
f1012ed7
...
@@ -369,6 +369,7 @@ select {
...
@@ -369,6 +369,7 @@ select {
border: none;
border: none;
background-image: none;
background-color: @colortextboxbackground;
background-color: @colortextboxbackground;
color: @colortextboxforeground;
color: @colortextboxforeground;
border-radius: @radius;
border-radius: @radius;
...
@@ -416,6 +417,7 @@ input[type=submit], button {
...
@@ -416,6 +417,7 @@ input[type=submit], button {
margin: 0;
margin: 0;
padding: 0;
padding: 0;
border: none;
border: none;
background-image: none;
background-color: @colorbackground;
background-color: @colorbackground;
color: @colorforeground;
color: @colorforeground;
...
...
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