Better color for selected spell check button; Styles for undo link in status messages

pull/1/head
thomascube 12 years ago
parent 6756289736
commit ff4c18f1fb

@ -8,6 +8,9 @@
} }
.googie_edit_layer { .googie_edit_layer {
position: relative;
top: 1px;
left: 1px;
padding: 8px; padding: 8px;
font-size: 9pt; font-size: 9pt;
font-family: monospace; font-family: monospace;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

@ -425,6 +425,17 @@ a.iconlink.upload {
background: url(images/ajaxloader.gif) 2px 6px no-repeat; 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 { #message.statusbar {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
@ -1400,7 +1411,7 @@ ul.proplist li {
.toolbar a.button.spellcheck.selected { .toolbar a.button.spellcheck.selected {
background-position: left -1570px; background-position: left -1570px;
color: #014b6c; color: #1978a1;
} }
.toolbar a.button.insertsig { .toolbar a.button.insertsig {

Loading…
Cancel
Save