Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #54 from operasoftware/task_UXG-686_ev_listener_style
Browse files Browse the repository at this point in the history
Style update for the Ev. Listener
  • Loading branch information
TonyNedyalkov committed Aug 29, 2012
2 parents 8b7b0f3 + 59bcce9 commit a58282b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions src/ecma-debugger/eventlisteners/evlisteners.css
@@ -1,11 +1,6 @@
.ev-rt-list
.ev-rt-list > li
{
margin-top: 5px;
}

.ev-type-list
{
margin: 0;
margin-bottom: 6px;
}

.ev-listener-tooltip
Expand Down Expand Up @@ -39,17 +34,21 @@

.ev-listener
{
display: inline-block;
height: 12px;
line-height: 12px;
vertical-align: middle;

margin-left: 3px;
padding: 0 2px;
background-color: hsl(0, 0%, 70%);
background-color: rgba(0, 0, 0, 0.29);
color: #fff;
border-radius: 2px;
}

.ev-listener.tooltip-selected
{
box-shadow: none;
color: #fff;
background-color: rgba(82, 122, 204, 0.55);
}

.ev-listener::after
{
content: "ev";
Expand All @@ -66,7 +65,7 @@
background-color: hsla(0, 0%, 0%, 0.04);
padding: 2px 8px;
border-width: 1px 0;
margin: 5px 0px 1px;
margin: 5px 0 1px;
}

.ev-listener-tooltip .ev-type
Expand Down Expand Up @@ -97,6 +96,11 @@
margin-left: 12px;
}

.ev-rt-list .ev-rt-title
{
margin-left: 0;
}

.tooltip-function-source .js-tooltip-examine-container
{
padding: 0;
Expand Down
Binary file modified src/ui-images/icons/icon_refetch_listeners.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a58282b

Please sign in to comment.