This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-01-13 13:55:45 -04:00
parent 2b50177eb0
commit fce7920061
5 changed files with 14 additions and 15 deletions

View File

@@ -363,10 +363,9 @@ button.x-btn-text:focus,.x-combo-selected{
/*
Pone en mayúsuclas el texto que se encuentra en el toolbar de arriba
toolbar, set 'text-transform: capitalize;' for capitalize (transforms the first character of each word to uppercase)
*/
.x-panel-tbar .x-toolbar-cell{
text-transform: capitalize;
}
/*TREE*/
@@ -911,7 +910,8 @@ antes funcionaba.
top: 40%;
left: 40%;
font-size: 15px;
color:black filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
color:black;
filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
opacity: .55;
-moz-opacity: .55;
}