Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions uw-frame-components/css/buckyless/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
box-shadow:0px 0px 0px #000;
}
.btn-primary {
background-color: @uw-red-badger;
background-color: @color1;
color:@white;
box-shadow:0px 2px 0px @uw-red-dark;
box-shadow:0px 2px 0px @color3;
border:0px solid transparent;
}
.btn-primary:hover {
background-color:@uw-red-medium;
box-shadow:0px 0px 0px @uw-red-medium;
background-color:@color2;
box-shadow:0px 0px 0px @color2;
}
.btn-flat {
background-color:@uw-red-badger;
background-color:@color1;
border:0px solid transparent;
border-radius:4px;
margin:10px 0px;
Expand All @@ -49,33 +49,33 @@
}
.btn-flat:hover {
transform:none;
background-color:@uw-red-medium;
background-color:@color2;
color:@white;
box-shadow:none;
}
.btn-outline {
background-color:transparent;
color:@uw-red-badger;
color:@color1;
margin:10px 0px;
border-radius:4px;
border:1px solid @uw-red-badger;
border:1px solid @color1;
box-shadow:none;
}
.btn-outline:hover {
background-color:@uw-red-badger;
background-color:@color1;
box-shadow:none;
transform:none;
color:@white;
}
.btn-dark {
background-color:@uw-red-medium;
box-shadow:0px 2px 0px @uw-red-dark;
background-color:@color2;
box-shadow:0px 2px 0px @color3;
border:0px solid transparent;
color:@white;
}
.btn-dark:hover {
background-color:@uw-red-dark;
box-shadow:0px 0px 0px @uw-red-medium;
background-color:@color3;
box-shadow:0px 0px 0px @color2;
color:@white;
}
.btn-success {
Expand Down
2 changes: 1 addition & 1 deletion uw-frame-components/css/buckyless/features.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
p {
margin:10px 0px;
a {
color:#b70101;
color:@color1;
}
}
img {
Expand Down
4 changes: 2 additions & 2 deletions uw-frame-components/css/buckyless/frame.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
position:relative;
}
.no-image {
background-color:@uw-red-badger;
background-color:@color1;
}
.portlet-footer {
border-top:1px solid @uw-red-badger;
border-top:1px solid @color1;
text-align:center;
ul {
margin:0px;
Expand Down
4 changes: 2 additions & 2 deletions uw-frame-components/css/buckyless/general.less
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ circle-button {
}

.no-image {
background-color:@uw-red-badger;
background-color:@color1;
}
.popover-content ul {
margin-bottom:0px;
Expand All @@ -185,6 +185,6 @@ circle-button {
* Color applied to warning fa-icon on error views (e.g. access-denied, server-error).
*/
.warning-color {
color: #b70101;
color: @color1;
}

8 changes: 4 additions & 4 deletions uw-frame-components/css/buckyless/inner-nav.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
border-bottom-right-radius:0px;
padding:0px;
margin:0px;
border-bottom:1px solid @uw-red-badger;
border-bottom:1px solid @color1;
font-size:0px;
li {
background:@white;
Expand All @@ -34,7 +34,7 @@
&:hover {
background-color:@white;
padding:8px 20px 10px;
border-bottom:1px solid @uw-red-badger;
border-bottom:1px solid @color1;
color:#666;
text-decoration:none;
cursor:pointer;
Expand All @@ -45,11 +45,11 @@

// Selected Tab styles
.inner-nav-container .inner-nav li.active {
border-bottom:4px solid @uw-red-badger !important;
border-bottom:4px solid @color1 !important;
padding-bottom:0px;
a {
font-weight:600;
color:@uw-red-badger;
color:@color1;
&:hover {
padding:8px 20px;
border-bottom:0px !important;
Expand Down
2 changes: 1 addition & 1 deletion uw-frame-components/css/buckyless/notifications.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
&:hover {
cursor:pointer;
i {
color:#b70101;
color:@color1;
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions uw-frame-components/css/buckyless/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
border-top-left-radius:4px;
border-bottom-left-radius:4px;
font-size: 1.6em;
color: @uw-red-dark;
color: @color3;
padding: 3px 0px 3px 15px;
}
.uw-search[placeholder="Search My-UW"] {
color: @uw-red-badger;
color: @color1;
}
.uw-search:focus {
outline: none;
Expand All @@ -29,33 +29,33 @@
display:table-cell;
padding:9px 12px;
border:0px solid transparent;
background-color:@uw-red-badger;
background-color:@color1;
top:2px;
&:hover {
background-color:@uw-red-medium;
background-color:@color2;
}
}
.uw-search-group {
width:300px;
}
::-webkit-input-placeholder {
color: @uw-red-dark;
color: @color3;
font-size:0.8em;
font-weight:200;
line-height:1.8em;
}
:-moz-placeholder { /* Firefox 18- */
color: @uw-red-dark;
color: @color3;
font-size:1em;
font-weight:200;
}
::-moz-placeholder { /* Firefox 19+ */
color: @uw-red-dark;
color: @color3;
font-size:1em;
font-weight:200;
}
:-ms-input-placeholder {
color: @uw-red-dark;
color: @color3;
font-size:1em;
font-weight:200;
}