Update 5th Edition OGL by Roll20.css

This commit is contained in:
SteveKoontz
2016-01-15 08:54:03 -08:00
parent 3b08da42d6
commit e38805161c
@@ -316,7 +316,7 @@ button[type=roll] * {
height: 100%;
width: 100%;
border-radius: 50%;
background:url("http://i.imgur.com/MEuOzZa.gif") left top no-repeat;
background:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/5th%20Edition%20OGL%20by%20Roll20/insperation.gif") left top no-repeat;
background-size: contain;
cursor: pointer;
position: absolute;
@@ -1500,7 +1500,7 @@ button[type=roll] * {
.sheet-rolltemplate-spell .sheet-container {
width: 223px;
background: url(http://i.imgur.com/3O2EVqa.jpg) center center;
background: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/5th%20Edition%20OGL%20by%20Roll20/spellbg.jpg) center center;
background-size: auto;
background-repeat: repeat;
color: black;
@@ -2010,4 +2010,4 @@ button[type=roll] * {
.sheet-rolltemplate-npcatk a[href^="~"]:hover {
color: #EC2127;
}
}