Skip to content

Prefixed 'uls-' to all classes and IDs #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions css/jquery.uls.compact.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.uls-compact .icon-close,
.uls-compact .uls-icon-close,
.uls-compact .uls-title,
.uls-compact .map-block {
.uls-compact .uls-map-block {
display: none !important;
}

.uls-compact.uls-menu {
border-radius: 0;
}

.uls-compact .search {
.uls-compact .uls-search {
background: white;
border-top: none;
padding: 0.8em 0;
Expand All @@ -17,8 +17,8 @@
border-bottom-color: #DDD;
}

.uls-compact .filterinput,
.uls-compact .filterinput:focus {
.uls-compact .uls-filterinput,
.uls-compact .uls-filterinput:focus {
background-color: transparent;
border: none;
box-shadow: none;
Expand All @@ -32,15 +32,15 @@
height: 20em;
}

.uls-compact .search-label {
.uls-compact .uls-search-label {
background-size: 25px;
height: 26px;
width: 26px;
float: right;
opacity: 0.8;
}

.uls-compact .languagefilter-clear {
.uls-compact .uls-languagefilter-clear {
margin-left: 0;
}

Expand Down
34 changes: 17 additions & 17 deletions css/jquery.uls.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ div.uls-region {
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#253366bb, endColorstr=#253366bb)";
}

.map-block .active {
.uls-map-block .uls-active {
border-bottom-color: #3366bb;
border-bottom-style: solid;
}

.uls-menu .row .map-block {
.uls-menu .row .uls-map-block {
top: 1px;
margin-right: 0;
padding-right: 0;
Expand All @@ -135,7 +135,7 @@ div.uls-region {
transition: opacity 0.2s linear;
}

.map-block a {
.uls-map-block a {
color: #333;
opacity: 0;
-moz-transition: opacity 0.15s linear;
Expand All @@ -144,25 +144,25 @@ div.uls-region {
transition: opacity 0.15s linear;
}

.uls-menu .map-block:hover,
.uls-menu .map-block:hover a {
.uls-menu .uls-map-block:hover,
.uls-menu .uls-map-block:hover a {
opacity: 1;
color: #333;
}

.map-block .uls-region-1 {
.uls-map-block .uls-region-1 {
border-color: transparent;
}

.map-block:hover .active {
.uls-map-block:hover .uls-active {
border-color: #3366bb;
}

.map-block .active a {
.uls-map-block .uls-active a {
font-weight: bold;
}

.icon-close {
.uls-icon-close {
/* @embed */
background: transparent url('../images/close.png') no-repeat scroll center center;
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/close.svg');
Expand All @@ -173,7 +173,7 @@ div.uls-region {
cursor: pointer;
}

.uls-menu .languagefilter {
.uls-menu .uls-languagefilter {
background-color: transparent;
border: 1px solid #c9c9c9;
border-radius: 2px 2px 2px 2px;
Expand All @@ -187,11 +187,11 @@ div.uls-region {
transition: border 0.15s linear 0s;
}

.uls-menu .languagefilter:focus {
.uls-menu .uls-languagefilter:focus {
border: 1px solid #3366bb;
}

.uls-menu .search {
.uls-menu .uls-search {
position: relative;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#FBFBFB');
background: #f8f8f8;
Expand All @@ -210,7 +210,7 @@ div.uls-region {
border-bottom-color: #DDD;
}

.uls-menu .search-label {
.uls-menu .uls-search-label {
/* @embed */
background: transparent url('../images/search.png') no-repeat scroll right center;
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/search.svg');
Expand All @@ -222,7 +222,7 @@ div.uls-region {
float: right;
}

.uls-menu .languagefilter-clear {
.uls-menu .uls-languagefilter-clear {
/* @embed */
background: transparent url('../images/clear.png') no-repeat scroll left center;
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/clear.svg');
Expand All @@ -235,7 +235,7 @@ div.uls-region {
margin-left: -32px;
}

.uls-menu .filterinput {
.uls-menu .uls-filterinput {
position: absolute;
top: 0;
left: 0;
Expand All @@ -245,7 +245,7 @@ div.uls-region {
text-align: left;
}

.uls-menu .filtersuggestion {
.uls-menu .uls-filtersuggestion {
padding: 6px;
background-color: white;
color: #888;
Expand All @@ -255,6 +255,6 @@ div.uls-region {
left: 1px;
}

.uls-menu .search-input-block {
.uls-menu .uls-search-input-block {
position: relative;
}
Loading