cmstyle 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/assets/stylesheets/bootstrap.css +2 -2
- data/lib/cmstyle/version.rb +1 -1
- metadata +1 -1
|
@@ -2151,7 +2151,7 @@ table th[class*="span"],
|
|
|
2151
2151
|
*margin-right: .3em;
|
|
2152
2152
|
line-height: 14px;
|
|
2153
2153
|
vertical-align: text-top;
|
|
2154
|
-
background-image: url("
|
|
2154
|
+
background-image: url("/assets/glyphicons-halflings.png");
|
|
2155
2155
|
background-position: 14px 14px;
|
|
2156
2156
|
background-repeat: no-repeat;
|
|
2157
2157
|
}
|
|
@@ -2171,7 +2171,7 @@ table th[class*="span"],
|
|
|
2171
2171
|
.dropdown-menu > .active > a > [class*=" icon-"],
|
|
2172
2172
|
.dropdown-submenu:hover > a > [class^="icon-"],
|
|
2173
2173
|
.dropdown-submenu:hover > a > [class*=" icon-"] {
|
|
2174
|
-
background-image: url("
|
|
2174
|
+
background-image: url("/assets/glyphicons-halflings-white.png");
|
|
2175
2175
|
}
|
|
2176
2176
|
|
|
2177
2177
|
.icon-glass {
|
data/lib/cmstyle/version.rb
CHANGED