Skip to content

Commit

Permalink
Better color for selected spell check button; Styles for undo link in…
Browse files Browse the repository at this point in the history
… status messages
  • Loading branch information
thomascube committed Mar 14, 2012
1 parent 6756289 commit ff4c18f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions skins/larry/googiespell.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
}

.googie_edit_layer {
position: relative;
top: 1px;
left: 1px;
padding: 8px;
font-size: 9pt;
font-family: monospace;
Expand Down
Binary file modified skins/larry/images/buttons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion skins/larry/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,17 @@ a.iconlink.upload {
background: url(images/ajaxloader.gif) 2px 6px no-repeat;
}

#message div a,
#message div span {
padding-right: 0.5em;
text-decoration: none;
}

#message div a:hover {
text-decoration: underline;
cursor: pointer;
}

#message.statusbar {
position: absolute;
bottom: 0;
Expand Down Expand Up @@ -1400,7 +1411,7 @@ ul.proplist li {

.toolbar a.button.spellcheck.selected {
background-position: left -1570px;
color: #014b6c;
color: #1978a1;
}

.toolbar a.button.insertsig {
Expand Down

0 comments on commit ff4c18f

Please sign in to comment.