branch develop updated (9860c9e -> 6322224)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git from 9860c9e Change the user interface for the editor new 6322224 Fix the buttons background when the cursor is over them The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 6322224fd599fdbd7849dbcf5515b5987a9a8679 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Fri Jun 12 09:53:52 2015 +0200 Fix the buttons background when the cursor is over them Summary of changes: swe-ui-web/src/main/webapp/css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit 6322224fd599fdbd7849dbcf5515b5987a9a8679 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Fri Jun 12 09:53:52 2015 +0200 Fix the buttons background when the cursor is over them --- swe-ui-web/src/main/webapp/css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/swe-ui-web/src/main/webapp/css/main.css b/swe-ui-web/src/main/webapp/css/main.css index cff9134..ad48558 100644 --- a/swe-ui-web/src/main/webapp/css/main.css +++ b/swe-ui-web/src/main/webapp/css/main.css @@ -379,7 +379,6 @@ ul.buttonsGroup li { #sweMenu li ul li:hover .fa-stack { color: #4EAD49; - background-color: #FFF; } #sweMenu li ul li:hover .fa-plus, #sweMenu li ul li:hover .fa-minus, #sweMenu li ul li:hover .fa-arrows, @@ -525,7 +524,7 @@ ul.buttonsGroup li { padding: 5px 8px; } -.fa-stack:hover { +#editorMenu li ul li:hover, #sweBrowseMenu li ul li:hover { background-color: rgba(180, 180, 180, 0.5); cursor: pointer; } -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm