Skip to content

Commit fc90079

Browse files
committed
minor tweak to alert icons, tabs, other feedback from twitter
1 parent 5422c05 commit fc90079

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
8.68 KB
Loading

css/custom-theme/jquery-ui-1.8.16.custom.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_
206206
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
207207
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
208208
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
209-
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
209+
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_f6cf3b_256x240.png); }
210210

211211
/* positioning */
212212
.ui-icon-carat-1-n { background-position: 0 0; }
@@ -821,10 +821,9 @@ opacity: 0.25;
821821
.ui-tabs { position: relative; padding: .2em; zoom: 1; border:0px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
822822
.ui-tabs .ui-tabs-nav li:hover{
823823
text-decoration: none;
824-
background-color: #eee;
825-
border-radius:4px 4px 0 0;
826-
827824
}
825+
826+
828827
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-bottom:1px solid #DDD; }
829828
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; padding: 0; white-space: nowrap; background:none; border:0px;
830829

third-party/wijmo/jquery.wijmo.wijmenu.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ text-indent:-9999px;
259259
width:98%;
260260
margin:1px 0;
261261
padding:0;
262+
background:gray;
263+
border:0px;
264+
262265
}
263266

264267
.wijmo-wijmenu .wijmo-wijmenu-group {

0 commit comments

Comments
 (0)