summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css')
-rw-r--r--chromium/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css28
1 files changed, 13 insertions, 15 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css b/chromium/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
index 6ed4ada916f..65683e38e06 100644
--- a/chromium/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
+++ b/chromium/chrome/browser/resources/chromeos/wallpaper_manager/css/wallpaper_manager.css
@@ -101,11 +101,11 @@ body {
}
#window-close-button {
- background-image: url('../images/ui/close-white.png');
+ background-image: url(../images/ui/close-white.png);
}
#window-close-button:hover {
- background-image: url('../images/ui/close-white-hover.png');
+ background-image: url(../images/ui/close-white-hover.png);
}
#bar {
@@ -122,9 +122,7 @@ body {
}
#category-container {
- display: flex;
flex: 1;
- flex-direction: column;
position: relative;
}
@@ -154,7 +152,7 @@ body {
-webkit-animation-iteration-count: infinite;
-webkit-animation-name: spin;
-webkit-animation-timing-function: linear;
- background-image: url('../images/ui/spinner.png');
+ background-image: url(../images/ui/spinner.png);
background-position: center;
background-repeat: no-repeat;
height: 16px;
@@ -175,12 +173,12 @@ body {
-webkit-padding-end: 5px;
-webkit-padding-start: 15px;
display: block;
- flex: 1;
/* Set font size to 0 to remove the extra vertical margin between two rows of
* thumbnails.
* TODO(bshe): Find the root cause of the margin.
*/
font-size: 0;
+ height: 287px;
outline: none;
overflow-y: auto;
padding-bottom: 15px;
@@ -212,7 +210,7 @@ body {
}
.image-picker .check {
- background-image: url('../images/ui/check.png');
+ background-image: url(../images/ui/check.png);
height: 32px;
left: 38px;
position: absolute;
@@ -326,9 +324,9 @@ body:not([custom]) [visibleif~='custom'] {
}
.overlay-container .page {
- -webkit-border-radius: 3px;
-webkit-box-orient: vertical;
background: rgb(255, 255, 255);
+ border-radius: 3px;
box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
color: #333;
display: -webkit-box;
@@ -342,20 +340,20 @@ body:not([custom]) [visibleif~='custom'] {
}
.overlay-container .close {
- background-image: url('../images/ui/close-overlay.png');
+ background-image: url(../images/ui/close-overlay.png);
}
.overlay-container .close:hover {
- background-image: url('../images/ui/close-overlay-hover.png');
+ background-image: url(../images/ui/close-overlay-hover.png);
}
/* Custom wallpaper thumbnail container. */
#add-new img {
- content: url('../images/ui/add-wallpaper-thumbnail.png');
+ content: url(../images/ui/add-wallpaper-thumbnail.png);
}
.image-picker:not([disabled]) #add-new:hover img {
- content: url('../images/ui/add-wallpaper-thumbnail-hover.png');
+ content: url(../images/ui/add-wallpaper-thumbnail-hover.png);
}
#wallpaper-selection-container #content div {
@@ -375,11 +373,11 @@ body:not([custom]) [visibleif~='custom'] {
}
#wallpaper-selection-container .remember-icon {
- content: url('../images/ui/remember.png');
+ content: url(../images/ui/remember.png);
}
#surprise-me #checkbox {
- background-image: url('../images/ui/checkbox_unchecked.png');
+ background-image: url(../images/ui/checkbox_unchecked.png);
display: inline-block;
height: 17px;
margin-right: 4px;
@@ -390,5 +388,5 @@ body:not([custom]) [visibleif~='custom'] {
}
#surprise-me #checkbox.checked {
- background-image: url('../images/ui/checkbox_checked.png');
+ background-image: url(../images/ui/checkbox_checked.png);
}