Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
66a48144
Commit
66a48144
authored
10 years ago
by
juanf
Browse files
Options
Downloads
Patches
Plain Diff
SSDM-986 : PAPER - Refactor old tables to use the new one
SVN: 32697
parent
6be92b28
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/lib/grid/js/Grid.html
+21
-5
21 additions, 5 deletions
...rowser/1/as/webapps/newbrowser/html/lib/grid/js/Grid.html
with
21 additions
and
5 deletions
plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/lib/grid/js/Grid.html
+
21
−
5
View file @
66a48144
<style
type=
"text/css"
>
<style
type=
"text/css"
>
/*
* Hover highlights the rows
*/
.fuelux
.repeater-list-wrapper
tr
:hover
{
background-color
:
#F5F5F5
;
cursor
:
pointer
;
}
/*
/*
*
Fuelux table fix in conjuntion with adding a row on the
javascript
*
Bugfix: Fuelux don't refresh last column correctly so we add a dummy one and hide, check also
javascript
part
*/
*/
.fuelux
.repeater-list-wrapper
td
:last-child
,
.fuelux
.repeater-list-wrapper
td
:last-child
,
.fuelux
.repeater-list-wrapper
th
:last-child
{
.fuelux
.repeater-list-wrapper
th
:last-child
{
...
@@ -8,11 +17,18 @@
...
@@ -8,11 +17,18 @@
}
}
/*
/*
*
Hover highlights the row
s
*
Bugfix: Dropdown issues in Chrome getting hiden by other component
s
*/
*/
.fuelux
.repeater-list-wrapper
tr
:hover
{
.fuelux
{
background-color
:
#F5F5F5
;
overflow
:
visible
!important
;
cursor
:
pointer
;
}
.repeater
{
z-index
:
1
;
}
.repeater
ul
{
z-index
:
100000
;
}
}
</style>
</style>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment