Commit 755c2d92 authored by Sven Franck's avatar Sven Franck

css: added ui-hr and css

parent 0cd7e8aa
...@@ -636,7 +636,8 @@ html body .ui-group-theme-slapos-black .ui-li-count, ...@@ -636,7 +636,8 @@ html body .ui-group-theme-slapos-black .ui-li-count,
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#79AC21', EndColorStr='#A3ED24'); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#79AC21', EndColorStr='#A3ED24');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#79AC21', EndColorStr='#A3ED24')"; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#79AC21', EndColorStr='#A3ED24')";
} }
/* Bar */
html hr.ui-hr-active,
/* Button down */ /* Button down */
html .ui-page-theme-slapos-white .ui-bar-active, /* if we do more like this, we need to have a proper theme */ html .ui-page-theme-slapos-white .ui-bar-active, /* if we do more like this, we need to have a proper theme */
.ui-page-theme-slapos-white .ui-btn:active, .ui-page-theme-slapos-white .ui-btn:active,
...@@ -741,6 +742,7 @@ html .ui-loader.ui-body-loader-active { ...@@ -741,6 +742,7 @@ html .ui-loader.ui-body-loader-active {
text-shadow: none; text-shadow: none;
cursor: pointer; cursor: pointer;
} }
/* Table rows ,no pointer... */ /* Table rows ,no pointer... */
html table.ui-table tbody tr:hover td { html table.ui-table tbody tr:hover td {
cursor: default; cursor: default;
...@@ -1872,6 +1874,13 @@ html body .ui-input-search .ui-input-clear:active { ...@@ -1872,6 +1874,13 @@ html body .ui-input-search .ui-input-clear:active {
-webkit-box-shadow: none /* iOS3 */ !important; -webkit-box-shadow: none /* iOS3 */ !important;
box-shadow: none /* iOS3 */ !important; box-shadow: none /* iOS3 */ !important;
} }
/* ================================== hr ============================ */
.ui-hr {
height: 2px;
margin-left: auto;
margin-right: auto;
width: 80%;
}
/* ================================== collapsibles ============================ */ /* ================================== collapsibles ============================ */
/* collapsibles - fix default 200% font-size set by browser */ /* collapsibles - fix default 200% font-size set by browser */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment