##// END OF EJS Templates
fixed and new-ui changes on the inputs, tags, dropdowns
Liviu -
r3594:b948a42f new-ui
parent child Browse files
Show More
@@ -271,14 +271,15 b' form.rcform {'
271 271 .badged-field {
272 272 .user-badge {
273 273 line-height: 25px;
274 padding: 10px 5px;
274 padding: .5em;
275 275 border-radius: @border-radius;
276 border-top: 1px solid @rclightblue;
277 border-left: 1px solid @rclightblue;
278 border-bottom: 1px solid @rclightblue;
276 border-top: 1px solid @grey4;
277 border-left: 1px solid @grey4;
278 border-bottom: 1px solid @grey4;
279 279 font-size: 14px;
280 280 font-style: normal;
281 281 color: @text-light;
282 background: @grey7;
282 283 display: inline-block;
283 284 vertical-align: top;
284 285 cursor: default;
@@ -605,10 +605,20 b' button.close {'
605 605 }
606 606
607 607
608 input {
608 input, textarea {
609 609 &.disabled {
610 610 opacity: .5;
611 611 }
612
613 &:hover {
614 border-color: @grey3;
615 box-shadow: @button-shadow;
616 }
617
618 &:focus {
619 border-color: @rcblue;
620 box-shadow: @button-shadow;
621 }
612 622 }
613 623
614 624 // remove extra padding in firefox
@@ -643,16 +653,20 b' select {'
643 653 padding: 0 18px 0 8px;
644 654 line-height:1em;
645 655 font-size: @basefontsize;
646 border: @border-thickness solid @rcblue;
656 border: @border-thickness solid @grey5;
657 border-radius: @border-radius;
647 658 background:white url("../images/dt-arrow-dn.png") no-repeat 100% 50%;
648 color: @rcblue;
659 color: @grey4;
660 box-shadow: @button-shadow;
649 661
650 662 &:after {
651 663 content: "\00A0\25BE";
652 664 }
653 665
654 &:focus {
666 &:focus, &:hover {
655 667 outline: none;
668 border-color: @grey4;
669 color: @rcdarkblue;
656 670 }
657 671 }
658 672
@@ -2112,7 +2126,7 b' h3.files_location{'
2112 2126 box-shadow: @button-shadow;
2113 2127
2114 2128 #at_rev, a {
2115 padding: 0.6em 0.9em;
2129 padding: 0.6em 0.4em;
2116 2130 margin: 0;
2117 2131 .box-shadow(none);
2118 2132 border: 0;
@@ -2122,7 +2136,7 b' h3.files_location{'
2122 2136
2123 2137 input#at_rev {
2124 2138 max-width: 50px;
2125 text-align: right;
2139 text-align: center;
2126 2140 }
2127 2141
2128 2142 &.previous {
@@ -536,8 +536,9 b' ul#context-pages {'
536 536 // PAGINATION
537 537
538 538 .pagination {
539 border: @border-thickness solid @rcblue;
540 color: @rcblue;
539 border: @border-thickness solid @grey5;
540 color: @grey2;
541 box-shadow: @button-shadow;
541 542
542 543 .current {
543 544 color: @grey4;
@@ -554,19 +555,24 b' ul#context-pages {'
554 555 .dataTables_paginate, .pagination-wh {
555 556 text-align: left;
556 557 display: inline-block;
557 border-left: 1px solid @rcblue;
558 border-left: 1px solid @grey5;
558 559 float: none;
559 560 overflow: hidden;
561 box-shadow: @button-shadow;
560 562
561 563 .paginate_button, .pager_curpage,
562 564 .pager_link, .pg-previous, .pg-next, .pager_dotdot {
563 565 display: inline-block;
564 566 padding: @menupadding/4 @menupadding;
565 border: 1px solid @rcblue;
567 border: 1px solid @grey5;
566 568 border-left: 0;
567 color: @rcblue;
569 color: @grey2;
568 570 cursor: pointer;
569 571 float: left;
572
573 &:hover {
574 color: @rcdarkblue;
575 }
570 576 }
571 577
572 578 .pager_curpage, .pager_dotdot,
@@ -580,7 +586,7 b' ul#context-pages {'
580 586 display: inline-block;
581 587 text-align: left;
582 588 padding: @menupadding/4 @menupadding;
583 border: 1px solid @rcblue;
589 border: 1px solid @grey5;
584 590 border-left: 0;
585 591 float: left;
586 592 }
@@ -169,6 +169,12 b' select.select2{height:28px;visibility:hi'
169 169 width: 100%;
170 170 margin: .5em 0;
171 171 padding: .5em;
172 border-color: @grey4;
173
174 &:focus, &:hover {
175 border-color: @rcblue;
176 box-shadow: @button-shadow;
177 }
172 178 }
173 179
174 180 .select2-no-results {
@@ -13,15 +13,19 b''
13 13 font-size: (-1 + @basefontsize); //fit in tables
14 14 line-height: .9em;
15 15 border: none;
16 box-shadow: @button-shadow;
16 17 .border-radius(@border-radius);
17 18 font-family: @text-regular;
18 19 background-image: none;
19 20 color: @grey4;
20 .border ( @border-thickness-tags, @grey4 );
21 .border ( @border-thickness-tags, @grey5 );
21 22 white-space: nowrap;
22 23 a {
23 24 color: inherit;
24 text-decoration: underline;
25
26 &:hover {
27 color: @grey2;
28 }
25 29
26 30 i,
27 31 [class^="icon-"]:before,
@@ -29,6 +33,10 b''
29 33 text-decoration: none;
30 34 }
31 35 }
36
37 &:hover {
38 border-color: @grey4;
39 }
32 40 }
33 41
34 42 .tag0 { .border ( @border-thickness-tags, @grey4 ); color:@grey4; }
General Comments 0
You need to be logged in to leave comments. Login now