File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
inyoka_theme_ubuntuusers/static/style Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ div.preview_wrapper {
271271 }
272272 a .show_comments ,a .hide_comments {
273273 background-color : @grey_darker ;
274- color : #FFFFFF ;
274+ color : @white ;
275275 }
276276 table .comments {
277277 td .author {
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ img {
170170
171171input {
172172 font-size : 1em ;
173- background-color : #FFFFFF ;
173+ background-color : @white ;
174174 color : #000000 ;
175175 font-family : @font-content ; /* reset browser default */
176176}
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ table.jstableform {
374374 width : 100% ;
375375 td .jstableform-_jswarning {
376376 background-color : #D40000 ;
377- color : #FFFFFF ;
377+ color : @white ;
378378 }
379379 td .jstableform-status-yes {
380380 background-image : url(' ../img/forum/solve.png' ) ;
@@ -434,4 +434,4 @@ table.jstableform {
434434 h3 {
435435 color : @white ;
436436 }
437- }
437+ }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ form.search {
4141 background-position : left center ;
4242 padding-left : 18px ;
4343 & :hover {
44- background-color :#FFFFFF ;
44+ background-color : @white ;
4545 }
4646 }
4747
You can’t perform that action at this time.
0 commit comments