Skip to content

Commit

Permalink
CSS Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
texxasrulez committed Jun 28, 2017
1 parent b31aeb6 commit be2f9d7
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion skins/green-larry/watermark.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

body {
background: url(images/watermark.png?v=e784.5000) center no-repeat #d5e7a3;
background: url(images/watermark.png?v=e784.5000) center no-repeat #eaf3d1;
}

</style>
Expand Down
2 changes: 1 addition & 1 deletion skins/summer-larry/watermark.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

body {
background: url(images/watermark.png?v=e784.5000) center no-repeat #f2eee6;
background: url(images/watermark.png?v=e784.5000) center no-repeat #e5d8ac;
}

</style>
Expand Down
60 changes: 30 additions & 30 deletions skins/violet-larry/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,124 +92,124 @@
/* note: support span.tablink because this is used by plugins */
#settings-sections .listitem a,
#settings-sections .tablink a {
background-position: 6px -862px;
background-position: 6px -887px;
}

#settings-sections .selected a,
#settings-sections .tablink.selected a {
background-position: 6px -887px;
background-position: 6px -862px;
}

#settings-sections .preferences a {
background-position: 6px -431px;
background-position: 6px -455px;
}

#settings-sections .preferences.selected a {
background-position: 6px -455px;
background-position: 6px -431px;
}

#settings-sections .folders a {
background-position: 6px 2px;
background-position: 6px -22px;
}

#settings-sections .folders.selected a {
background-position: 6px -22px;
background-position: 6px 2px;
}

#sections-table #rcmrowfolders .section {
background-position: 4px 2px;
background-position: 4px -22px;
}

#sections-table #rcmrowfolders.selected .section {
background-position: 4px -22px;
background-position: 4px 2px;
}

#settings-sections .identities a {
background-position: 6px -478px;
background-position: 6px -502px;
}

#settings-sections .identities.selected a {
background-position: 6px -502px;
background-position: 6px -478px;
}

#settings-sections .filter a {
background-position: 6px -1746px;
background-position: 6px -1770px;
}

#settings-sections .filter.selected a {
background-position: 6px -1770px;
background-position: 6px -1746px;
}

#settings-sections .password a {
background-position: 6px -1795px;
background-position: 6px -1819px;
}

#settings-sections .password.selected a {
background-position: 6px -1819px;
background-position: 6px -1795px;
}

#settings-sections .responses a {
background-position: 6px -1972px;
background-position: 6px -1996px;
}

#settings-sections .responses.selected a {
background-position: 6px -1996px;
background-position: 6px -1972px;
}

#sections-table #rcmrowgeneral .section {
background-position: 4px -573px;
background-position: 4px -598px;
}

#sections-table #rcmrowgeneral.selected .section {
background-position: 4px -598px;
background-position: 4px -573px;
}

#sections-table #rcmrowmailbox .section {
background-position: 4px -621px;
background-position: 4px -646px;
}

#sections-table #rcmrowmailbox.selected .section {
background-position: 4px -646px;
background-position: 4px -621px;
}

#sections-table #rcmrowcompose .section {
background-position: 4px -670px;
background-position: 4px -695px;
}

#sections-table #rcmrowcompose.selected .section {
background-position: 4px -695px;
background-position: 4px -670px;
}

#sections-table #rcmrowmailview .section {
background-position: 4px -718px;
background-position: 4px -742px;
}

#sections-table #rcmrowmailview.selected .section {
background-position: 4px -742px;
background-position: 4px -718px;
}

#sections-table #rcmrowaddressbook .section {
background-position: 4px -766px;
background-position: 4px -791px;
}

#sections-table #rcmrowaddressbook.selected .section {
background-position: 4px -791px;
background-position: 4px -766px;
}

#sections-table #rcmrowserver .section {
background-position: 4px -814px;
background-position: 4px -838px;
}

#sections-table #rcmrowserver.selected .section {
background-position: 4px -838px;
background-position: 4px -814px;
}

#sections-table #rcmrowcalendar .section {
background-position: 4px -526px;
background-position: 4px -550px;
}

#sections-table #rcmrowcalendar.selected .section {
background-position: 4px -550px;
background-position: 4px -526px;
}

#folderslist .boxtitle a.iconbutton.search {
Expand Down
2 changes: 1 addition & 1 deletion skins/violet-larry/settings.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be2f9d7

Please sign in to comment.