Commit 60f4576d5d5dd42e99f4bfbaf51603d167d1d344
1 parent
de09e356
Exists in
master
and in
4 other branches
top panel -> search -> css
Showing
2 changed files
with
2 additions
and
48 deletions
Show diff stats
app/assets/stylesheets/projects.css.scss
... | ... | @@ -110,50 +110,6 @@ table.round-borders { |
110 | 110 | background: transparent 9 !important; |
111 | 111 | } |
112 | 112 | |
113 | -#header-panel { | |
114 | - @include panel-color; | |
115 | - height:40px; | |
116 | - position:fixed; | |
117 | - z-index:999; | |
118 | - top:0px; | |
119 | - width:100%; | |
120 | - margin-bottom:10px; | |
121 | - overflow:hidden; | |
122 | - .button{ | |
123 | - color:#bbb; | |
124 | - border:none; | |
125 | - margin:0px; | |
126 | - height:25px; | |
127 | - background:transparent; | |
128 | - padding:10px 20px 5px 20px; | |
129 | - &:hover{ | |
130 | - color:white; | |
131 | - } | |
132 | - | |
133 | - &.current { | |
134 | - border-bottom: 3px solid #EAEAEA !important; | |
135 | - padding: 10px 20px 0; | |
136 | - color: #eaeaea; | |
137 | - } | |
138 | - } | |
139 | - .search-holder { | |
140 | - float:left; | |
141 | - width:290px; | |
142 | - input { | |
143 | - @include round-borders-all(4px); | |
144 | - width:290px; | |
145 | - border-color:#888; | |
146 | - padding:5px; | |
147 | - background:#666; | |
148 | - color:#222; | |
149 | - &:focus { | |
150 | - background:#fff; | |
151 | - color:#000; | |
152 | - } | |
153 | - } | |
154 | - } | |
155 | -} | |
156 | - | |
157 | 113 | #content-container{ |
158 | 114 | min-height:250px; |
159 | 115 | background: #fff; | ... | ... |
vendor/assets/stylesheets/jquery-ui/jquery-ui.css
... | ... | @@ -382,15 +382,13 @@ |
382 | 382 | padding:.2em .4em; |
383 | 383 | line-height:1.5; |
384 | 384 | zoom:1; |
385 | + font-weight: normal; | |
385 | 386 | } |
386 | 387 | .ui-menu .ui-menu-item a.ui-state-hover, |
387 | 388 | .ui-menu .ui-menu-item a.ui-state-active { |
388 | 389 | font-weight: normal; |
389 | 390 | margin: -1px; |
390 | - background: #fff !important; | |
391 | - background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#FFF6BF)) !important; | |
392 | - background: -moz-linear-gradient(top,#fff,#FFF6BF) !important; | |
393 | - background: transparent 9 !important; | |
391 | + background: #eee; | |
394 | 392 | border-radius:0px; |
395 | 393 | border-color:white; |
396 | 394 | border-bottom: 1px solid #E2EAEE; | ... | ... |