mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
move editor spinner css to shared (base) css
This commit is contained in:
@@ -135,4 +135,29 @@ div.ac-wrap {
|
||||
}
|
||||
}
|
||||
|
||||
#reply-control {
|
||||
.spinner {
|
||||
position: absolute;
|
||||
@include fades-in(0.25s);
|
||||
left: 250px;
|
||||
top: 95px;
|
||||
height: 100px;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
text-indent: -9999em;
|
||||
background: {
|
||||
image: image-url("spinner_96.gif");
|
||||
repeat: no-repeat;
|
||||
size: 35px;
|
||||
position: 17px 17px;
|
||||
};
|
||||
}
|
||||
&.loading {
|
||||
.spinner {
|
||||
z-index: 1000;
|
||||
@include visible;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user